Update cc-cleaner.sh

This commit is contained in:
2022-07-23 20:24:02 -05:00
parent 403fe3c7b7
commit b455b16fdc

View File

@@ -12,6 +12,7 @@ read -n 1 -p "Are you sure you wish to remove Cluster Control and all data (Y/n)
case "$choice" in
[Nn]) echo ''; exit 0;;
* )
echo ''
apt remove --purge -y clustercontrol*
apt remove --purge -y mysql-server*
apt remove --purge -y "mysql*" "*s9s*" apache2 "php*"