From ee04eed0c9dbc96f9df11fb8b20bf984fc2b81cc Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 25 Oct 2020 13:31:50 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 90a6bf2a..17242d91 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1368,10 +1368,10 @@ SERVICE(){ else PH_CMD="ssh root@${!NT_HOST}" fi - touch /etc/nginx/test.repl + ${PH_CMD} "touch /etc/nginx/test.repl" ${PH_CMD} "echo -e \"Service ${1} ${2}\" > /etc/nginx/test.repl" if [ "$NODE_TYPE" != "NC" ]; then - touch /etc/letsencrypt/test.repl + ${PH_CMD} "touch /etc/letsencrypt/test.repl"" ${PH_CMD} "echo -e \"Service ${1} ${2}\" > /etc/letsencrypt/test.repl" fi for nip in "${!NT_HOSTS}"; do