From 66019b9d199b3a8e64b4cf2eceaa809b86cc6ff0 Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Tue, 18 Nov 2014 19:36:56 +0100 Subject: [PATCH] =?UTF-8?q?[auto.home-owncloud]=20Ajout=20de=20l'option=20?= =?UTF-8?q?follow=5Fsymlinks=20pour=20r=C3=A9soudre=20les=20simlink=20serv?= =?UTF-8?q?eur=20side?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cfg/etc/auto.home-owncloud/auto.home-owncloud | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cfg/etc/auto.home-owncloud/auto.home-owncloud b/Cfg/etc/auto.home-owncloud/auto.home-owncloud index b7a878a..dabf073 100755 --- a/Cfg/etc/auto.home-owncloud/auto.home-owncloud +++ b/Cfg/etc/auto.home-owncloud/auto.home-owncloud @@ -19,5 +19,4 @@ if [ ! -d "/home/$1/OwnCloud" ]; then fi chmod 750 /home-owncloud && chown www-data:root /home-owncloud && -echo "-fstype=fuse,port=22,rw,uid=33,gid=33,allow_other,nodev,noatime,delay_connect,reconnect,workaround=all,ConnectTimeout=1,transform_symlinks,idmap=user,intr,bg :sshfs\#$1@127.0.0.1\:/home/$1/OwnCloud" - +echo "-fstype=fuse,port=22,rw,uid=33,gid=33,allow_other,nodev,noatime,delay_connect,reconnect,workaround=all,ConnectTimeout=1,transform_symlinks,follow_symlinks,idmap=user,intr,bg :sshfs\#$1@127.0.0.1\:/home/$1/OwnCloud"