From 32eccb96fa32864c4ea59c19bca0164a7e541780 Mon Sep 17 00:00:00 2001 From: joglomedia Date: Fri, 12 Jul 2019 08:07:04 +0700 Subject: [PATCH] Fix uninstaller --- lemper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemper.sh b/lemper.sh index ed42cb4..6b480b4 100755 --- a/lemper.sh +++ b/lemper.sh @@ -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