From a56436b71d3b68becc58e3d0315a731e53d2d676 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 25 Oct 2020 13:32:17 -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 17242d91..6634032c 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1371,7 +1371,7 @@ SERVICE(){ ${PH_CMD} "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} "touch /etc/letsencrypt/test.repl" ${PH_CMD} "echo -e \"Service ${1} ${2}\" > /etc/letsencrypt/test.repl" fi for nip in "${!NT_HOSTS}"; do