Update nodemgmt-scripts.sh
This commit is contained in:
@@ -516,7 +516,7 @@ 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 [[ "${MIP}" == *"${!NT_HOST}"* ]]; then
|
if [[ "${MIP}" == *"${!NT_HOST}"* ]]; then
|
||||||
PH_CMD="ssh root@localhost"
|
PH_CMD=""
|
||||||
else
|
else
|
||||||
PH_CMD="ssh root@${!NT_HOST}"
|
PH_CMD="ssh root@${!NT_HOST}"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user