Browse Source

Update UPDATE.sh

Stefan Pejcic 1 year ago
parent
commit
74b25e504e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      version/0.1.7/UPDATE.sh

+ 1 - 1
version/0.1.7/UPDATE.sh

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