From 0a1be7bc9609b8d2ee238ee0df9958e24b8d88e5 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 28 Jan 2019 11:28:27 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index e4d05313..efd68848 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -9,7 +9,7 @@ source /opt/idssys/nodemgmt/settings.conf source /opt/idssys/defaults/colors.inc source /opt/idssys/defaults/default.inc -if [[ "$1" = "service" ] || [ "$1" = "set-permissions" ]]; then +if [ "$1" = "service" ] || [ "$1" = "set-permissions" ]; then NODE_HOSTS=`${ids_mysql_conn} -s -N -e "SELECT value FROM idssys.nodemgmt WHERE var = 'NODE_HOSTS'"` fi