Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-07 13:07:09 -06:00
parent 6b8dc74cf3
commit 9843dad47f

View File

@@ -119,7 +119,8 @@ STATUS() {
else else
checked="`ssh root@10.5.10.51 \"ssh root@${nip} \"cat ${REPL_CHECKS[${rcheck}]}/test.repl\" | diff - ${REPL_CHECKS[${rcheck}]}/test.repl\"`" checked="`ssh root@10.5.10.51 \"ssh root@${nip} \"cat ${REPL_CHECKS[${rcheck}]}/test.repl\" | diff - ${REPL_CHECKS[${rcheck}]}/test.repl\"`"
fi fi
if [ "`date +%s`" -gt "$timeout" ]; then cdate=`date +%s`
if [ "${cdate}" -gt "$timeout" ]; then
timeout=true timeout=true
break break
fi fi