From 0f1b2c02c1ca3e151ad47deaab172d1010a85414 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 17 Oct 2023 22:28:17 -0500 Subject: [PATCH] Update cc-reinstall.sh --- cc-reinstall.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/cc-reinstall.sh b/cc-reinstall.sh index e974b07..fbca5af 100755 --- a/cc-reinstall.sh +++ b/cc-reinstall.sh @@ -128,14 +128,12 @@ case "$choice" in --cluster-name="iDS-LAN-DNS-MySQL-Galera" \ --wait fi - - + # bash <(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/master/install-postfix.sh) echo echo "Install Completed" -;; - -esac + ;; esac +;; esac exit 0 \ No newline at end of file