diff --git a/install-wings.sh b/install-wings.sh index 9828f1d..9ff0adc 100644 --- a/install-wings.sh +++ b/install-wings.sh @@ -233,7 +233,8 @@ section "Configuration" # Pulls just the base64 join-data token out of whatever the user pastes. # Accepts: # - the raw token by itself -# - the full "wings configure --join-data " command +# - the full "calagopus-wings configure --join-data " command as +# generated by the panel (or the older "wings configure --join-data ..." form) # - either wrapped in single/double quotes, with extra surrounding whitespace extract_join_data() { local raw="$1" @@ -258,7 +259,7 @@ extract_join_data() { } if confirm_default_no "Run wings configure --join-data now?"; then - JOIN_DATA_RAW="$(prompt "Paste join-data (raw token or the full 'wings configure --join-data ...' command): ")" + JOIN_DATA_RAW="$(prompt "Paste join-data (raw token or the full 'calagopus-wings configure --join-data ...' command): ")" JOIN_DATA="$(extract_join_data "$JOIN_DATA_RAW")" if [[ -n "$JOIN_DATA" ]]; then