Update nodemgmt-scripts.sh
This commit is contained in:
@@ -1371,7 +1371,7 @@ SERVICE(){
|
|||||||
${PH_CMD} "touch /etc/nginx/test.repl"
|
${PH_CMD} "touch /etc/nginx/test.repl"
|
||||||
${PH_CMD} "echo -e \"Service ${1} ${2}\" > /etc/nginx/test.repl"
|
${PH_CMD} "echo -e \"Service ${1} ${2}\" > /etc/nginx/test.repl"
|
||||||
if [ "$NODE_TYPE" != "NC" ]; then
|
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"
|
${PH_CMD} "echo -e \"Service ${1} ${2}\" > /etc/letsencrypt/test.repl"
|
||||||
fi
|
fi
|
||||||
for nip in "${!NT_HOSTS}"; do
|
for nip in "${!NT_HOSTS}"; do
|
||||||
|
|||||||
Reference in New Issue
Block a user