mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-31 09:03:46 +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
|
||||
fi
|
||||
|
||||
if [ $stateSyncFound && $checkpointFound ]; then
|
||||
if (( $stateSyncFound && $checkpointFound )); then
|
||||
break
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue