Browse Source

sshfs_wrapper: allow root to access mount points

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

+ 2
- 1
lib/sshfs_wrapper.sh

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

Loading…
Cancel
Save