From ea292510f786f43cc471a09955a13d3faa965c89 Mon Sep 17 00:00:00 2001 From: inkskull Date: Mon, 27 May 2024 23:16:38 +0200 Subject: [PATCH] added "occ" to the command line 133 to scann files the command didn't seem to work unless you add the occ command. --- pages/04.applications/10.docs/nextcloud/app_nextcloud.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/04.applications/10.docs/nextcloud/app_nextcloud.md b/pages/04.applications/10.docs/nextcloud/app_nextcloud.md index 45c0fe9a..622b944a 100644 --- a/pages/04.applications/10.docs/nextcloud/app_nextcloud.md +++ b/pages/04.applications/10.docs/nextcloud/app_nextcloud.md @@ -130,7 +130,7 @@ Run a scan of the new directory by Nextcloud: ```bash cd /var/www/nextcloud -sudo -u nextcloud php8.1 --define apc.enable_cli=1 files:scan --all +sudo -u nextcloud php8.1 --define apc.enable_cli=1 occ files:scan --all ``` Update the YunoHost setting, so automatic upgrades and backups know where the datadir is located: