From 7b81a4b307f26ea4163d14aa95f24ecb4aa736e8 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 25 Oct 2020 13:33:05 -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 6634032c..3765e0e9 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1368,10 +1368,10 @@ SERVICE(){ else PH_CMD="ssh root@${!NT_HOST}" fi - ${PH_CMD} "touch /etc/nginx/test.repl" + ${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 - ${PH_CMD} "touch /etc/letsencrypt/test.repl" + ${PH_CMD} "/usr/bin/touch /etc/letsencrypt/test.repl" ${PH_CMD} "echo -e \"Service ${1} ${2}\" > /etc/letsencrypt/test.repl" fi for nip in "${!NT_HOSTS}"; do