Merge pull request #10044 from dulvui/patch-2

fix webdav fstab entry
This commit is contained in:
Daniel 2023-04-24 20:59:14 +02:00 committed by GitHub
commit 2b21258ea9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/<linux_username>/nextcloud
davfs user,rw,auto 0 0
https://example.com/nextcloud/remote.php/dav/files/USERNAME/ /home/<linux_username>/nextcloud davfs user,rw,auto 0 0
8. Then test that it mounts and authenticates by running the following