Update cc-cleaner.sh
This commit is contained in:
@@ -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 ''; exit 0;;
|
||||||
* )
|
* )
|
||||||
echo ''
|
echo ''
|
||||||
apt remove --purge -y clustercontrol*
|
apt remove --purge -y clustercontrol*
|
||||||
|
|||||||
Reference in New Issue
Block a user