Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-07 12:55:18 -06:00
parent d661bf13a8
commit 6b76336eea

View File

@@ -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