From 31088c707a2dafdfd5b7008edd56cfa34ee2174b Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 23 Jul 2022 23:33:12 -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 7fc39414..3f311577 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1410,6 +1410,7 @@ SERVICE(){ else PH_CMD="ssh root@${!NT_HOST}" fi + echo "HERE: '$PH_CMD'" ${PH_CMD} "echo -e \"Service ${1} ${2}\" > /etc/nginx/test.repl" if [ "$NODE_TYPE" != "NC" ]; then ${PH_CMD} "echo -e \"Service ${1} ${2}\" > /etc/letsencrypt/test.repl"