Update nodemgmt-scripts.sh
This commit is contained in:
@@ -522,9 +522,6 @@ SERVICE(){
|
|||||||
fi
|
fi
|
||||||
${PH_CMD} touch /opt/lb-data/nginx/test.repl
|
${PH_CMD} touch /opt/lb-data/nginx/test.repl
|
||||||
# ${PH_CMD} "echo -e \"Service ${1} ${2}\" >> /opt/lb-data/nginx/test.repl"
|
# ${PH_CMD} "echo -e \"Service ${1} ${2}\" >> /opt/lb-data/nginx/test.repl"
|
||||||
# if [ "$NODE_TYPE" != "NC" ]; then
|
|
||||||
# ${PH_CMD} "echo -e \"Service ${1} ${2}\" > /etc/letsencrypt/test.repl"
|
|
||||||
# fi
|
|
||||||
for nip in "${!NT_HOSTS}"; do
|
for nip in "${!NT_HOSTS}"; do
|
||||||
checkhost=$(CHECK_HOST ${nip})
|
checkhost=$(CHECK_HOST ${nip})
|
||||||
if [ "${checkhost}" != "false" ]; then
|
if [ "${checkhost}" != "false" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user