From f3f8f4e38e86d96089286cfd83d6406ff4819d06 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 26 Apr 2023 12:43:51 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 4d86b9de..d2d5c4f8 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -457,11 +457,11 @@ STATUS(){ timeout=`date --date='2 minutes' +%s` fi warn_timeout=`date --date='30 secs' +%s` - + echo "yes" checked=false until [ "${checked}" = "" ]; do - echo checking + echo "checking" if [ "${PH_CMD}" = "" ]; then ssh -q root@${nip} [[ -f ${REPL_CHECKS[${rcheck}]}/test.repl ]] && checked=`ssh root@${nip} "cat ${REPL_CHECKS[${rcheck}]}/test.repl" | diff - ${REPL_CHECKS[${rcheck}]}/test.repl` else