From 011e145363dc0112c1f3937e116388bc1a53adcd Mon Sep 17 00:00:00 2001 From: hael Date: Thu, 15 Jun 2023 11:35:18 +0000 Subject: [PATCH] hide password --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 631829b..94d2de9 100755 --- a/install.sh +++ b/install.sh @@ -305,7 +305,7 @@ ask_additionals() { fi; done echo "Please add nextcloud password: "; - while read -r NEXTCLOUD_PASSWORD; do + while read -r -s NEXTCLOUD_PASSWORD; do if [ "$NEXTCLOUD_PASSWORD" != "" ]; then break; fi;