From 3a34aeb26dcb956c72dc122f2aecf8aeeb84e934 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 28 Jan 2019 10:15:07 -0600 Subject: [PATCH] Update run.sh --- run.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/run.sh b/run.sh index 21990c85..be3b088a 100755 --- a/run.sh +++ b/run.sh @@ -37,12 +37,12 @@ if [ "$1" != "service" ] && [ "$1" != "" ]; then echo -e "${idsCL[Yellow]} NodeMgmt - Galera/NGINX Node Management${idsCL[Default]} ${idsCL[DarkGray]}(ver-${VERS})${idsCL[Default]}" echo -e "${idsCL[Yellow]}-------------------------------------------------------------${idsCL[Default]}" echo -e "Node hostname: ${node_hostname}" - echo -e "MySQL: ${SER_MYSQL}" - echo -e "NGINX: ${SER_NGINX}" - echo -e "Gogs: ${SER_GOGS}" - echo -e "HAProxy: ${SER_HAP}" - echo -e "Keepalived: ${SER_KA}" - echo -e "MaxScale: ${SER_MS}" + echo -e "MySQL: ${SER_MYSQL}" + echo -e "NGINX: ${SER_NGINX}" + echo -e "Gogs: ${SER_GOGS}" + echo -e "HAProxy: ${SER_HAP}" + echo -e "Keepalived: ${SER_KA}" + echo -e "MaxScale: ${SER_MS}" echo -e "${idsCL[Yellow]}-------------------------------------------------------------${idsCL[Default]}" echo "" if [ "$1" = "update" ]; then echo -en "${idsCL[LightCyan]}Checking for updates...${idsCL[Default]}"