Update nodemgmt-scripts.sh

This commit is contained in:
2020-10-25 13:32:17 -05:00
parent ee04eed0c9
commit a56436b71d

View File

@@ -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