Browse Source

sshfs_wrapper: accept custom arguments for sshfs

Signed-off-by: Alejandro Mery <amery@geeks.cl>
master
Alejandro Mery 11 years ago
parent
commit
f470a36af7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/sshfs_wrapper.sh

+ 1
- 1
lib/sshfs_wrapper.sh

@ -40,7 +40,7 @@ fi
case "$M" in
sshfs)
exec "$M" -o allow_root -o reconnect -C \
exec "$M" -o allow_root -o reconnect -C "$@" \
"$R" "$D"
;;
flickrfs)

Loading…
Cancel
Save