diff --git a/static/server.sh b/static/server.sh index c65cf87..19cc33a 100755 --- a/static/server.sh +++ b/static/server.sh @@ -34,7 +34,7 @@ CollectData() read -p "Please, paste your AWS Access Key ID: " AWS_TOKEN_ID read -p "Please, define your domain there: " DOMAIN read -p "Please, define your mail username: " USERNAME - read -p "Please, define your password: " PASSWORD && if [ -x "$(command -v mkpasswd)" ]; then PASSWORD=$( mkpasswd -m sha-512 "$PASSWORD" ) fi + read -p "Please, define your password: " PASSWORD } # Generate SSH key