diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-09-06 23:30:25 +0200 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-09-06 23:30:25 +0200 |
commit | 67ed7e40be69e82fdff674aee71cfa5dc789f4d3 (patch) | |
tree | 7283631cce36968bdbc65c086450054cd34274f4 /doc | |
parent | 20f211b70af874e04a004a6e6a8c127c02062e13 (diff) | |
download | volse-hubzilla-67ed7e40be69e82fdff674aee71cfa5dc789f4d3.tar.gz volse-hubzilla-67ed7e40be69e82fdff674aee71cfa5dc789f4d3.tar.bz2 volse-hubzilla-67ed7e40be69e82fdff674aee71cfa5dc789f4d3.zip |
Update dav_mount.bb
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dav_mount.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dav_mount.bb b/doc/dav_mount.bb index d8cb2e08e..663251a9d 100644 --- a/doc/dav_mount.bb +++ b/doc/dav_mount.bb @@ -25,7 +25,7 @@ Edit /etc/fstab to include your cloud directory by adding
[code]
-[baseurl]/cloud/ /mount/point davfs user,noauto,uid=<DesktopUser>,file_mode=600,dir_mode=700 0 1
+[baseurl]/dav/ /mount/point davfs user,noauto,uid=<DesktopUser>,file_mode=600,dir_mode=700 0 1
[/code]
Where [baseurl] is the URL of your hub, /mount/point is the location you want to mount the cloud, and <DesktopUser> is the user you log in to one your computer. Note that if you are mounting as a normal user (not root) the mount point must be in your home directory.
|