From 470d0a134ef6a02e77e3fe53287bfdaa1048291b Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Mon, 1 Jun 2020 18:53:09 +0200 Subject: [PATCH] skip upgrades on fresh installation --- 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 96636cf6c..b4d442072 100755 --- a/install/vst-install-debian.sh +++ b/install/vst-install-debian.sh @@ -1595,6 +1595,11 @@ echo "UPDATE_HOSTNAME_SSL='yes'" >> $VESTA/conf/vesta.conf if [ ! -d "/usr/local/vesta/data/upgrades" ]; then mkdir -p /usr/local/vesta/data/upgrades fi +touch /usr/local/vesta/data/upgrades/tune-fpm-config-files-v1 +touch /usr/local/vesta/data/upgrades/allow-backup-anytime +touch /usr/local/vesta/data/upgrades/fix-sudoers +touch /usr/local/vesta/data/upgrades/change-clamav-socket-v2 +touch /usr/local/vesta/data/upgrades/keeping-mpm-event # Secret URL secretquery=''