Update vst-install-debian.sh

This commit is contained in:
dpeca 2020-01-11 17:59:28 +01:00 committed by GitHub
commit 86ce76cbae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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