diff --git a/scripts/setup-web2py-nginx-uwsgi-ubuntu.sh b/scripts/setup-web2py-nginx-uwsgi-ubuntu.sh index 4755081b..3669f055 100644 --- a/scripts/setup-web2py-nginx-uwsgi-ubuntu.sh +++ b/scripts/setup-web2py-nginx-uwsgi-ubuntu.sh @@ -19,7 +19,8 @@ done if [ "$nopassword" -eq 0 ] then echo -e "Web2py Admin Password: \c " - read PW + read -s PW + printf "\n" # fix no new line artifact of "read -s" to avoid cleartext password fi # Upgrade and install needed software apt-get update