diff --git a/setup.sh b/setup.sh index 8dce7e0..df5741c 100755 --- a/setup.sh +++ b/setup.sh @@ -111,7 +111,7 @@ echo "Enter username:" read USERNAME echo "Enter password:" -read -s PASSWORD +read -r -s PASSWORD echo if ! command -v htpasswd &> /dev/null; then