Browse Source

sshfs_wrapper: accept custom ssh remotes based on the suffix

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

+ 1
- 1
lib/sshfs_wrapper.sh

@ -20,7 +20,7 @@ sshfs_*)
R=amery@geeks.cl:projects/
;;
*)
die "$0: invalid name"
R=$N:
;;
esac
;;

Loading…
Cancel
Save