mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
folder for upgrade notations
This commit is contained in:
parent
3926d457fa
commit
482032b672
1 changed files with 5 additions and 0 deletions
|
@ -1584,6 +1584,11 @@ fi
|
|||
echo "==="
|
||||
echo "UPDATE_HOSTNAME_SSL='yes'" >> $VESTA/conf/vesta.conf
|
||||
|
||||
# folder for upgrade notations
|
||||
if [ ! -d "/usr/local/vesta/data/upgrades" ]; then
|
||||
mkdir -p /usr/local/vesta/data/upgrades
|
||||
fi
|
||||
|
||||
# Secret URL
|
||||
secretquery=''
|
||||
if [ ! -z "$secret_url" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue