From e62cd3b1e009fc5332f0ce2cc5ece1ea11fc5865 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 21 Jun 2023 21:42:42 -0500 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 b8f81077..0b50cd64 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -520,7 +520,7 @@ SERVICE(){ else PH_CMD="ssh root@${!NT_HOST}" fi - touch /opt/lb-data/nginx/test.repl + ${PH_CMD} touch /opt/lb-data/nginx/test.repl ${PH_CMD} "echo -e \"Service ${1} ${2}\" >> /opt/lb-data/nginx/test.repl" # if [ "$NODE_TYPE" != "NC" ]; then # ${PH_CMD} "echo -e \"Service ${1} ${2}\" > /etc/letsencrypt/test.repl"