From b9dc851e6888902b6e414c2d8a3bfa50fe0fc86a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 24 Nov 2019 10:07:57 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 2c1d8c80..4ed5bc91 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1201,6 +1201,7 @@ SERVICE(){ ${PH_CMD} "echo -e \"Service ${1} ${2}\" > /etc/nginx/test.repl" ${PH_CMD} "echo -e \"Service ${1} ${2}\" > /etc/letsencrypt/test.repl" for nip in "${!NT_HOSTS}"; do + echo "1: $nip" checkhost=$(CHECK_HOST ${nip}) if [ "${checkhost}" != "false" ]; then if [ "${nip}" != "${!NT_HOST}" ]; then @@ -1239,7 +1240,7 @@ SERVICE(){ else NCMD="ssh root@${nip}" fi - echo "1: $nip" + echo "2: $nip" if [ "${3}" != "q" ]; then echo -en "${NM_SRVCOPTS[${2}]}ing on ${NM_NODETYPES[$NTYPE]}-Node${nid} ($nip)... ${idsCL[Default]}" fi