diff --git a/cc-reinstall.sh b/cc-reinstall.sh index a0f3d44..cfbb807 100755 --- a/cc-reinstall.sh +++ b/cc-reinstall.sh @@ -47,7 +47,8 @@ case "$choice" in /root/install-cc --uninstall - echo '';; + echo '' +;; esac read -n 1 -p "Would you like to now re-install Cluster Control (Y/n)?" choice @@ -133,8 +134,8 @@ case "$choice" in echo echo "Install Completed" - ;; ;; +;; esac