mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Update vst-install-debian.sh
This commit is contained in:
parent
373feb37cd
commit
86ce76cbae
1 changed files with 1 additions and 1 deletions
|
@ -426,7 +426,7 @@ if [ "$interactive" = 'yes' ]; then
|
|||
if [ -z "$secret_url" ]; then
|
||||
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
|
||||
read -p 'Enter secret URL address: ' secret_url
|
||||
fi
|
||||
|
||||
# Asking for Vesta port
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue