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*