Update cc-cleaner.sh

This commit is contained in:
2022-07-23 20:18:34 -05:00
parent 7a917cd031
commit c9df156c21

View File

@@ -10,7 +10,7 @@ echo ""
read -n 1 -p "Are you sure you wish to remove Cluster Control and all data (Y/n)?" choice
case "$choice" in
[Nn]) exit 0;;
[Nn]) echo ''; exit 0;;
* )
apt remove --purge clustercontrol*
apt remove --purge mysql-server*
@@ -27,6 +27,7 @@ case "$choice" in
rm -Rf /var/www
rm -Rf /etc/php
install-cc uninstall;;
install-cc uninstall
echo '';;
esac