Installation script enchansements

master
Illia Chub 2020-09-11 15:21:44 +03:00
parent 2624cc335a
commit a8e3615f89
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ CollectData()
read -p "Please, paste your AWS Access Key ID: " AWS_TOKEN_ID 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 domain there: " DOMAIN
read -p "Please, define your mail username: " USERNAME 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 # Generate SSH key