diff --git a/cc-cleaner.sh b/cc-cleaner.sh index 78d3c38..69a965e 100755 --- a/cc-cleaner.sh +++ b/cc-cleaner.sh @@ -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