Update run.sh

This commit is contained in:
2019-01-28 10:14:38 -06:00
parent 256c869f7f
commit 7b2af6b1e4

3
run.sh
View File

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