mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update Nextcloud app documentation to fix wrong command
The last command to scan for new files after migrating nextcloud data directory lacks the actual command `occ` to make the command work properly. See: https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/occ_command.html#scan
This commit is contained in:
parent
b794b7cc98
commit
32f070496c
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ Save the file (**CTRL** + **o**) and exit nano (**CTRL** + **c**).
|
||||||
Then run a scan by executing next command as root:
|
Then run a scan by executing next command as root:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
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
|
||||||
```
|
```
|
||||||
|
|
||||||
Now the problem is fixed.
|
Now the problem is fixed.
|
||||||
|
|
Loading…
Add table
Reference in a new issue