Update UPDATE.sh

This commit is contained in:
Stefan Pejcic 2024-05-31 17:42:28 +02:00 committed by GitHub
parent 2b2cebd70b
commit 7f9f73a437
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -366,6 +366,7 @@ update_docker_images() {
reload_services() { reload_services() {
echo "Reloading services.." echo "Reloading services.."
service panel restart service panel restart
apt-get remove mysql -y
#TODO: no restart, in case admin deliberately stopped the service.. #TODO: no restart, in case admin deliberately stopped the service..
service admin reload service admin reload
} }
@ -694,4 +695,3 @@ support:"
# main execution of the script # main execution of the script
main main
systemctl disable mysql