From 71f7563d07e092fae32827ebac5e80877a0e0b2d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 21 Jun 2023 21:45:29 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 810888f9..33901d1b 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -522,9 +522,6 @@ SERVICE(){ fi ${PH_CMD} touch /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 checkhost=$(CHECK_HOST ${nip}) if [ "${checkhost}" != "false" ]; then