From b455b16fdc27d7fdd759d2c880b11ebab9601a42 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 23 Jul 2022 20:24:02 -0500 Subject: [PATCH] Update cc-cleaner.sh --- cc-cleaner.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cc-cleaner.sh b/cc-cleaner.sh index 1155d1c..93e7556 100755 --- a/cc-cleaner.sh +++ b/cc-cleaner.sh @@ -12,6 +12,7 @@ read -n 1 -p "Are you sure you wish to remove Cluster Control and all data (Y/n) case "$choice" in [Nn]) echo ''; exit 0;; * ) + echo '' apt remove --purge -y clustercontrol* apt remove --purge -y mysql-server* apt remove --purge -y "mysql*" "*s9s*" apache2 "php*"