chg parenthesis

This commit is contained in:
Raneet Debnath 2022-11-17 13:59:07 +05:30
parent 6c77efc955
commit c6079a4d4e

View file

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