Fix uninstaller

This commit is contained in:
joglomedia
2019-07-12 08:07:04 +07:00
parent ad0df08478
commit 32eccb96fa

View File

@@ -352,7 +352,7 @@ case $1 in
fi
# Remove MySQL
echo -e "\nUninstalling MariaDB (SQL DBMS)..."
echo -e "\nUninstalling MariaDB (MySQL)..."
if [[ -n $(which mysql) ]]; then
# Stop MariaDB mysql server process