Update run.sh

This commit is contained in:
2019-01-29 15:47:28 -06:00
parent 2dd8fea36d
commit 215df5cf61

2
run.sh
View File

@@ -7,7 +7,7 @@ source /opt/idssys/nodemgmt/settings.conf
source /opt/idssys/nodemgmt/defaults.inc
if [ "$1" != "service" ] && [ "$1" != "status" ]; then
if [ "$1" != "service" ] && [ "$1" != "status" ] && [ "$1" != "status-check" ]; then
echo ""
echo -e "${idsCL[Yellow]} NodeMgmt - Galera/NGINX Node Management${idsCL[Default]} ${idsCL[DarkGray]}(ver-${VERS})${idsCL[Default]}"
echo -e "${idsCL[Yellow]}-------------------------------------------------------------${idsCL[Default]}"