Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-03 20:08:29 -06:00
parent 85b197b54b
commit cbec5982ae

View File

@@ -1,9 +1,7 @@
#!/usr/bin/env bash
# NodeMgmt - Galera/NGINX Node Management Scripts
if [ ! -z ${1} ]; then
action="$1"
fi
action="$1"
if [ ! -f /opt/idssys/settings/nodemgmt.conf ]; then
if [ ! -d /opt/idssys/settings ]; then