Note about secret URL

This commit is contained in:
dpeca 2020-01-11 17:58:25 +01:00 committed by GitHub
commit 373feb37cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -424,7 +424,9 @@ if [ "$interactive" = 'yes' ]; then
# Asking for secret URL # Asking for secret URL
if [ -z "$secret_url" ]; then if [ -z "$secret_url" ]; then
read -p 'Please enter secret URL address for hosting panel (press enter for none): ' secret_url echo 'Please enter secret URL address for hosting panel (or press enter for none).'
echo 'Secret URL must be without special characters, just letters and numbers. Example: mysecret8205'
read -p 'Enter secret URL address:' secret_url
fi fi
# Asking for Vesta port # Asking for Vesta port