Update cc-cleaner.sh

This commit is contained in:
2022-09-04 12:28:11 -05:00
parent 1b4ab2e326
commit 1c033daa60

View File

@@ -12,6 +12,8 @@ cd ~
rm -f ./install-cc
wget https://severalnines.com/downloads/cmon/install-cc
chmod +x ./install-cc
sed -i 's/\/var\/run\/mysqld\/mysqld.sock/\/var\/run\/mysqld\/mysqld.sock/g' ./install-cc
read -n 1 -p "Are you sure you wish to remove Cluster Control and all data (Y/n)?" choice
case "$choice" in