enable configuration of where predefined mountpoints are mounted to

This commit is contained in:
2017-04-05 16:59:39 +02:00
parent 43b176b79a
commit cb938ad6ca
2 changed files with 46 additions and 13 deletions

View File

@@ -6,9 +6,9 @@ LOCALMOUNTDIR=/home/user/remote
SSHCONFIG=$HOME/.ssh/config
# If you don't want to use your .ssh/config file or need to define the passwords manually, you can add predefined entries here.
# Format: user;;host;;port;;pass;;path
#PRESSH[0]='user1;;domain1.org;;22;;secretpassword1;;/'
#PRESSH[1]='user2;;domain2.org;;23;;secretpassword2;;/home/user2/'
# Format: user;host;port;pass;path;localpath
#PRESSH[0]='user1;domain1.org;22;secretpassword1;/;/home/mypc/remote'
#PRESSH[1]='user2;domain2.org;23;secretpassword2;/home/user2/;/media/mylocalspace'
## mnt-share.sh