From c1c8baf50aa6aed9a5d68ccaf31dd2814a8d2fce Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 24 Nov 2019 10:04:11 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 1954ccd2..cce67df9 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1197,7 +1197,10 @@ SERVICE(){ if [ "${3}" != "q" ]; then echo -en "${idsCL[LightYellow]}Verifying nginx config and ssl cert replication across the nodes... ${idsCL[Default]}" fi + echo + echo '1' echo `(/sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1)` + echo '2' echo ${nip} if [[ $(/sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1) == *"${nip}"* ]]; then PH_CMD=""