Update nodemgmt-scripts.sh
This commit is contained in:
@@ -1,9 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# NodeMgmt - Galera/NGINX Node Management Scripts
|
# NodeMgmt - Galera/NGINX Node Management Scripts
|
||||||
|
|
||||||
if [ ! -z ${1} ]; then
|
action="$1"
|
||||||
action="$1"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ ! -f /opt/idssys/settings/nodemgmt.conf ]; then
|
if [ ! -f /opt/idssys/settings/nodemgmt.conf ]; then
|
||||||
if [ ! -d /opt/idssys/settings ]; then
|
if [ ! -d /opt/idssys/settings ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user