From 6b76336eeaca2a37f1ca7c9b0802e4b53e63c41e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 7 Feb 2019 12:55:18 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index d71b334e..24d125ce 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -206,7 +206,7 @@ STATUS-CHECK(){ done if [ "${timeout}" != "true" ]; then rm -f ${FOLDER}/${nip}-${rcheck}.down - elif [ ! -f ${FOLDER}/${nip}-${rcheck}.down ] + elif [ ! -f ${FOLDER}/${nip}-${rcheck}.down ]; then touch ${FOLDER}/${nip}-${rcheck}.down echo "Timeout occurred in waiting for replication between primary node and iDS-Node${nid} (${nip}) for the replicated folder of '${rcheck}'." | mail -s "Status-Check" ${STATUS_CHECK_EMAIL} fi