Update run.sh

This commit is contained in:
2019-01-29 10:55:16 -06:00
parent f972b14250
commit 8ead73ccc1

2
run.sh
View File

@@ -10,7 +10,7 @@ IFS=,
NODE_SERVICES=(${NODE_SERVICES})
unset IFS
if [ "$1" != "service" ] && [ "$1" != "status" ] && [ "$1" != "" ]; then
if [ "$1" != "service" ] && [ "$1" != "status" ]; 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]}"