Browse Source

fixed if statement

dev
rootzoll 6 years ago
parent
commit
1abf7bd1f0
  1. 2
      home.admin/70initLND.sh

2
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})"

Loading…
Cancel
Save