From 482032b672b00a807ff60edb2467de37e53611a2 Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Sat, 9 May 2020 19:13:34 +0200 Subject: [PATCH] folder for upgrade notations --- install/vst-install-debian.sh | 5 +++++ 1 file changed, 5 insertions(+) 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