diff --git a/images/linux/scripts/installers/mysql.sh b/images/linux/scripts/installers/mysql.sh index 3eda07335..98d0d665a 100644 --- a/images/linux/scripts/installers/mysql.sh +++ b/images/linux/scripts/installers/mysql.sh @@ -46,5 +46,5 @@ DocumentInstalledItem "MySQL Server (user:root password:root)" DocumentInstalledItem "MS SQL Server Client Tools" # Disable mysql.service -systemctl is-active --quiet service && systemctl stop mysql.service +systemctl is-active --quiet mysql.service && systemctl stop mysql.service systemctl disable mysql.service