mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-12 15:03:45 +00:00
sq paranthesis
This commit is contained in:
parent
ee2009e0c5
commit
245b327129
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ do
|
||||||
checkpointFound="true"
|
checkpointFound="true"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if (( $stateSyncFound == "true" && $checkpointFound == "true" )); then
|
if [ $stateSyncFound == "true" ] && [ $checkpointFound == "true" ]; then
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue