From cbec5982aed0f3cffe4fc7eb84f6585d9bcc19f1 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 3 Feb 2019 20:08:29 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 74c1e72a..24c70f69 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -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