From 1abf7bd1f01631fc08d898d3ce2c9eceed2958a0 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Mon, 10 Dec 2018 17:37:45 +0100 Subject: [PATCH] fixed if statement --- home.admin/70initLND.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/70initLND.sh b/home.admin/70initLND.sh index 88c1f68..0b0c716 100755 --- a/home.admin/70initLND.sh +++ b/home.admin/70initLND.sh @@ -31,7 +31,7 @@ while [ ${chainIsReady} -eq 0 ] error=`cat error.out` rm error.out if [ ${#error} -gt 0 ]; then - if [ ${loopCount} -gt 33]; then + if [ ${loopCount} -gt 33 ]; then echo "*** TAKES LONGER THEN EXCEPTED ***" date +%s echo "result(${result})"