I got this issue when i try to run the new script for rclone mount. Any idea ? ./rclone-mount-check.sh: line 51: [: : integer expression expected ``` echo "($wi) Waiting for mount $mount" c=$(($c + 1)) if [ "$wi" -ge 4 ] ; then break ; fi sleep 1 ```