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