From b6939bf6e772108c6afd8d610d73fc080c495255 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 18 Jan 2015 16:22:36 +0100 Subject: misc Signed-off-by: Florian Pritz --- sftp-mount.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sftp-mount.sh') diff --git a/sftp-mount.sh b/sftp-mount.sh index 9418146..75e8928 100755 --- a/sftp-mount.sh +++ b/sftp-mount.sh @@ -7,7 +7,7 @@ for i in "$@"; do if ! mountpoint -q $mnt; then mkdir -p $mnt - sshfs web-$i@karif: $mnt + sshfs -o reconnect,kernel_cache web-$i@karif: $mnt else fusermount -u $mnt rmdir $mnt -- cgit v1.2.3-24-g4f1b