folder for upgrade notations

This commit is contained in:
myvesta 2020-05-09 19:13:34 +02:00 committed by GitHub
commit 482032b672
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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