From 899c616899980d535c0835405e020a1874360bf5 Mon Sep 17 00:00:00 2001 From: Simon Dalvai Date: Sat, 15 Apr 2023 23:18:17 +0200 Subject: [PATCH] fix webdav fstab entry Signed-off-by: Simon Dalvai --- user_manual/files/access_webdav.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/user_manual/files/access_webdav.rst b/user_manual/files/access_webdav.rst index 2f2f27da7..508bc5f34 100644 --- a/user_manual/files/access_webdav.rst +++ b/user_manual/files/access_webdav.rst @@ -160,8 +160,7 @@ automatically every time you log in to your Linux computer. 7. Add the mount information to ``/etc/fstab``:: - https://example.com/nextcloud/remote.php/dav/files/USERNAME/ /home//nextcloud - davfs user,rw,auto 0 0 + https://example.com/nextcloud/remote.php/dav/files/USERNAME/ /home//nextcloud davfs user,rw,auto 0 0 8. Then test that it mounts and authenticates by running the following