mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Put the version into the CLI as occ requires at leat PHP 7.2 and the used default seems to be PHP 7.0
This commit is contained in:
parent
4f2495a13b
commit
0899cdc087
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ Run a scan of the new directory by Nextcloud:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd /var/www/nextcloud
|
cd /var/www/nextcloud
|
||||||
sudo -u nextcloud php occ files:scan --all
|
sudo -u nextcloud php7.3 occ files:scan --all
|
||||||
```
|
```
|
||||||
|
|
||||||
It's over now. Now test if everything is fine, try connecting to your Nextcloud instance, upload a file, check its proper synchronization.
|
It's over now. Now test if everything is fine, try connecting to your Nextcloud instance, upload a file, check its proper synchronization.
|
||||||
|
|
Loading…
Reference in a new issue