mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-15 16:33:47 +00:00
chg parenthesis
This commit is contained in:
parent
6c77efc955
commit
c6079a4d4e
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ do
|
||||||
checkpointFound=true
|
checkpointFound=true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $stateSyncFound && $checkpointFound ]; then
|
if (( $stateSyncFound && $checkpointFound )); then
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue