sq paranthesis

This commit is contained in:
Raneet Debnath 2022-11-17 17:13:12 +05:30
parent ee2009e0c5
commit 245b327129

View file

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