[auto.home-owncloud] Ajout de l'option follow_symlinks pour résoudre les simlink serveur side
This commit is contained in:
parent
0d0356e878
commit
66019b9d19
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue