This commit is contained in:
2019-01-29 23:00:48 -06:00
parent 3b8aa630cf
commit 9750a1020f
2 changed files with 15 additions and 2 deletions

2
run.sh
View File

@@ -10,7 +10,7 @@ declare -A SERVICES
if [ "$1" != "service" ] && [ "$1" != "status-check" ]; then
if [ "$1" != "status" ] && if [ -z ${LOCAL_SERVICES+x} ]; then
if [ "$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]}"