diff --git a/init.sh b/init.sh index 0b533c1..dde8145 100644 --- a/init.sh +++ b/init.sh @@ -8,9 +8,10 @@ if [[ "$EUID" -ne 0 ]]; then fi # --- User input --- -read -rp "Newt ID: " NEWT_ID -read -rp "Newt Secret: " NEWT_SECRET -read -rp "Newt Endpoint (z.B. https://app.pangolin.net): " NEWT_ENDPOINT +read -rp "Newt ID: " NEWT_ID < /dev/tty +read -srp "Newt Secret: " NEWT_SECRET < /dev/tty +echo +read -rp "Newt Endpoint (z.B. https://app.pangolin.net): " NEWT_ENDPOINT < /dev/tty echo echo "➡️ Installiere newt über Pangolin Installer..."