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 ""