Merge pull request #1229 from yunohost-bot/anonymous-2020-04-05_08-28-24

[Anonymous contrib] 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:
Alexandre Aubin 2020-04-06 00:40:50 +02:00 committed by GitHub
commit c4c7bb8168
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -128,7 +128,7 @@ Lancez un scan du nouveau répertoire par 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
``` ```
C'est terminé. À présent testez si tout va bien, essayez de vous connecter à votre instance Nextcloud, envoyer un fichier, vérifiez sa bonne synchronisation. C'est terminé. À présent testez si tout va bien, essayez de vous connecter à votre instance Nextcloud, envoyer un fichier, vérifiez sa bonne synchronisation.