mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
added "occ" to the command line 133 to scann files
the command didn't seem to work unless you add the occ command.
This commit is contained in:
parent
0157b05248
commit
ea292510f7
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ Run a scan of the new directory by Nextcloud:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd /var/www/nextcloud
|
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:
|
Update the YunoHost setting, so automatic upgrades and backups know where the datadir is located:
|
||||||
|
|
Loading…
Add table
Reference in a new issue