From 0a25130b25d2721616720b6af7ff28043b350a0d Mon Sep 17 00:00:00 2001 From: Fabio Boi Date: Fri, 19 Dec 2025 15:46:43 +0100 Subject: [PATCH] init.sh aktualisiert --- init.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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..."