script logs

This commit is contained in:
shocknet-justin 2025-11-27 01:02:44 -05:00
parent 39466ef4a7
commit 519a4575c1
2 changed files with 2 additions and 2 deletions

View file

@ -120,7 +120,7 @@ get_log_info() {
fi
elif [ -f "$DATA_DIR/app.nprofile" ]; then
app_nprofile=$(cat "$DATA_DIR/app.nprofile")
log "Node is already set up. Use this nprofile to invite guest users:"
log "${SECONDARY_COLOR}Lightning.Pub${RESET_COLOR} is already set up. Use this nprofile to invite guest users:"
log "${SECONDARY_COLOR}$app_nprofile${RESET_COLOR}"
break
fi