Update UPDATE.sh

This commit is contained in:
Stefan Pejcic 2024-05-24 21:02:33 +02:00 committed by GitHub
parent d77dacc1d9
commit 74b25e504e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -770,7 +770,7 @@ replace_mysql_with_docker() {
if mysql --protocol=tcp -D "panel" -e "SELECT 1 FROM plans LIMIT 1;" &> /dev/null; then
echo -e "${GREEN}Database is ready.${RESET}"
service mysql disable
systemctl disable mysql
# leave for next version!
# apt-get remove -y mysql-server