From 1b4ab2e3264c8813360485f13885a2a6a30d9cea Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 3 Sep 2022 17:34:10 -0500 Subject: [PATCH] Update cc-cleaner.sh --- cc-cleaner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cc-cleaner.sh b/cc-cleaner.sh index 5d8a16d..78d3c38 100755 --- a/cc-cleaner.sh +++ b/cc-cleaner.sh @@ -9,6 +9,7 @@ echo -e "${idsCL[LightGreen]}Cluster Control Removal Script${idsCL[Default]}" echo "" cd ~ +rm -f ./install-cc wget https://severalnines.com/downloads/cmon/install-cc chmod +x ./install-cc @@ -37,7 +38,6 @@ case "$choice" in rm -Rf /root/s9s_tmp /root/install-cc --uninstall - rm -f /root/install-cc echo '';;