Update cc-cleaner.sh

This commit is contained in:
2022-09-03 17:34:10 -05:00
parent 12d89d6187
commit 1b4ab2e326

View File

@@ -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 '';;