mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
Note about secret URL
This commit is contained in:
parent
6d34e2b1b0
commit
373feb37cd
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue