[auto.home-owncloud] Ajout de l'option follow_symlinks pour résoudre les simlink serveur side

This commit is contained in:
Valentin Samir 2014-11-18 19:36:56 +01:00
parent 0d0356e878
commit 66019b9d19

View file

@ -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"