From 71b8b977d8caa2ad6d072b7bff73e0c00ff34370 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 6 May 2023 09:59:01 -0500 Subject: [PATCH] Update cc-cleaner.sh --- cc-cleaner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cc-cleaner.sh b/cc-cleaner.sh index 91e8884..a1232fb 100755 --- a/cc-cleaner.sh +++ b/cc-cleaner.sh @@ -17,7 +17,7 @@ sed -i 's/\/var\/lib\/mysql\/mysql.sock/\/var\/run\/mysqld\/mysqld.sock/g' ./ins read -n 1 -p "Are you sure you wish to remove Cluster Control and all data (Y/n)?" choice case "$choice" in -[Nn]) echo ''; ;; +[Nn]) echo '';; * ) echo '' apt remove --purge -y clustercontrol*