From 401076b37b0d7a5eb8b06d167ce6e87008c6e885 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 17 Oct 2023 16:43:02 -0500 Subject: [PATCH] Update cc-reinstall.sh --- cc-reinstall.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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