From 7b2af6b1e4cbb8a14c0605fcb9e05ab6ecb51e5e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 28 Jan 2019 10:14:38 -0600 Subject: [PATCH] Update run.sh --- run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 38bf52c5..21990c85 100755 --- a/run.sh +++ b/run.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash # NodeMgmt Loader +source /opt/idssys/nodemgmt/settings.conf source /opt/idssys/defaults/colors.inc source /opt/idssys/defaults/default.inc @@ -40,7 +41,7 @@ if [ "$1" != "service" ] && [ "$1" != "" ]; then echo -e "NGINX: ${SER_NGINX}" echo -e "Gogs: ${SER_GOGS}" echo -e "HAProxy: ${SER_HAP}" - echo -e "Keepalived: ${SER_KA}" + echo -e "Keepalived: ${SER_KA}" echo -e "MaxScale: ${SER_MS}" echo -e "${idsCL[Yellow]}-------------------------------------------------------------${idsCL[Default]}" echo ""