mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-19 18:37:41 +01:00
fixed if statement
This commit is contained in:
@@ -31,7 +31,7 @@ while [ ${chainIsReady} -eq 0 ]
|
|||||||
error=`cat error.out`
|
error=`cat error.out`
|
||||||
rm error.out
|
rm error.out
|
||||||
if [ ${#error} -gt 0 ]; then
|
if [ ${#error} -gt 0 ]; then
|
||||||
if [ ${loopCount} -gt 33]; then
|
if [ ${loopCount} -gt 33 ]; then
|
||||||
echo "*** TAKES LONGER THEN EXCEPTED ***"
|
echo "*** TAKES LONGER THEN EXCEPTED ***"
|
||||||
date +%s
|
date +%s
|
||||||
echo "result(${result})"
|
echo "result(${result})"
|
||||||
|
|||||||
Reference in New Issue
Block a user