Update nodemgmt-scripts.sh

This commit is contained in:
2020-10-25 13:33:55 -05:00
parent 7b81a4b307
commit ff6f8739a9

View File

@@ -1368,6 +1368,7 @@ SERVICE(){
else else
PH_CMD="ssh root@${!NT_HOST}" PH_CMD="ssh root@${!NT_HOST}"
fi fi
echo "HERE: ${PH_CMD}"
${PH_CMD} "/usr/bin/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" ${PH_CMD} "echo -e \"Service ${1} ${2}\" > /etc/nginx/test.repl"
if [ "$NODE_TYPE" != "NC" ]; then if [ "$NODE_TYPE" != "NC" ]; then