diff --git a/install/vst-install-debian.sh b/install/vst-install-debian.sh index 7ac6a3fb..7f4e692b 100644 --- a/install/vst-install-debian.sh +++ b/install/vst-install-debian.sh @@ -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