From ff6f8739a93f0e03f9248aba62cde78cd2d4fe6f Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 25 Oct 2020 13:33:55 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 3765e0e9..aa3defee 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1368,6 +1368,7 @@ SERVICE(){ else PH_CMD="ssh root@${!NT_HOST}" fi + echo "HERE: ${PH_CMD}" ${PH_CMD} "/usr/bin/touch /etc/nginx/test.repl" ${PH_CMD} "echo -e \"Service ${1} ${2}\" > /etc/nginx/test.repl" if [ "$NODE_TYPE" != "NC" ]; then