Update cc-cleaner.sh

This commit is contained in:
2023-05-06 09:59:01 -05:00
parent 38fc82cefe
commit 71b8b977d8

View File

@@ -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 read -n 1 -p "Are you sure you wish to remove Cluster Control and all data (Y/n)?" choice
case "$choice" in case "$choice" in
[Nn]) echo ''; ;; [Nn]) echo '';;
* ) * )
echo '' echo ''
apt remove --purge -y clustercontrol* apt remove --purge -y clustercontrol*