1
0
Fork 0
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:
Yunobot 2020-04-05 20:29:50 +00:00
parent 4f2495a13b
commit 0899cdc087

View file

@ -128,7 +128,7 @@ Run a scan of the new directory by Nextcloud:
```bash
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.