aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjeroenpraat <jeroenpraat@xs4all.nl>2015-09-06 23:30:25 +0200
committerjeroenpraat <jeroenpraat@xs4all.nl>2015-09-06 23:30:25 +0200
commit67ed7e40be69e82fdff674aee71cfa5dc789f4d3 (patch)
tree7283631cce36968bdbc65c086450054cd34274f4 /doc
parent20f211b70af874e04a004a6e6a8c127c02062e13 (diff)
downloadvolse-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.bb2
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=&lt;DesktopUser&gt;,file_mode=600,dir_mode=700 0 1
+[baseurl]/dav/ /mount/point davfs user,noauto,uid=&lt;DesktopUser&gt;,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 &lt;DesktopUser&gt; 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.