This commit is contained in:
Raneet Debnath 2022-11-17 16:17:35 +05:30
parent 529e81bd92
commit ee2009e0c5

View file

@ -39,7 +39,7 @@ do
checkpointFound="true"
fi
if (( $stateSyncFound == "true" & $checkpointFound == "true" )); then
if (( $stateSyncFound == "true" && $checkpointFound == "true" )); then
break
fi