The script `seaf-fuse.sh` uses pgrep to check if `seaf-fuse` is already running and therefore matches with itself, as both the process and script contain `seaf-fuse`. So the script can never run.
This change changes the pgrep pattern from `seaf-fuse` to `bin/seaf-fuse` so that the binary is matched instead of both script and binary.