profiles: nextcloud: fix access to ~/Nextcloud (#6478)

Related commits:

* 7c481eb43 ("Add QOwnNotes profile", 2018-10-20)
* 49a381c70 ("Add nextcloud-desktop", 2021-02-20) / PR #3997

Fixes #5877.

Reported-by: @Sadoon-AlBader
This commit is contained in:
Kelvin M. Klann 2024-09-16 13:22:57 +00:00 committed by GitHub
parent f9ddf2f037
commit 4f7cc368f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -9,6 +9,7 @@ include globals.local
noblacklist ${DOCUMENTS}
noblacklist ${HOME}/.config/PBE
noblacklist ${HOME}/.local/share/PBE
noblacklist ${HOME}/Nextcloud
noblacklist ${HOME}/Nextcloud/Notes
include disable-common.inc

View file

@ -9,6 +9,7 @@ include globals.local
noblacklist ${HOME}/.config/Nextcloud
noblacklist ${HOME}/.local/share/Nextcloud
noblacklist ${HOME}/Nextcloud
noblacklist ${HOME}/Nextcloud/Notes
# Add the next lines to your nextcloud.local to allow sync in more directories.
#noblacklist ${DOCUMENTS}
#noblacklist ${MUSIC}