mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
skip upgrades on fresh installation
This commit is contained in:
parent
4de8773575
commit
470d0a134e
1 changed files with 5 additions and 0 deletions
|
@ -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=''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue