mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 13:14:29 -08:00
protect every fuse call by mutexes to allow mounting without -s option
This commit is contained in:
@@ -29,7 +29,7 @@ if [ `mount -t fuse.mediafire-fuse | wc -l` -ne 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
$cmd "${binary_dir}/mediafire-fuse" -s -f -d /mnt &
|
||||
$cmd "${binary_dir}/mediafire-fuse" -f -d /mnt &
|
||||
fusepid="$!"
|
||||
|
||||
# wait for the file system to be mointed
|
||||
|
||||
Reference in New Issue
Block a user