Update nodemgmt-scripts.sh
This commit is contained in:
@@ -1364,15 +1364,12 @@ SERVICE(){
|
|||||||
echo -en "${idsCL[LightYellow]}Verifying nginx config and ssl cert replication across the nodes... ${idsCL[Default]}"
|
echo -en "${idsCL[LightYellow]}Verifying nginx config and ssl cert replication across the nodes... ${idsCL[Default]}"
|
||||||
fi
|
fi
|
||||||
if [[ $(/sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1) == *"${!NT_HOST}"* ]]; then
|
if [[ $(/sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1) == *"${!NT_HOST}"* ]]; then
|
||||||
PH_CMD=""
|
PH_CMD="ssh root@localhost"
|
||||||
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} "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} "/usr/bin/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