mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
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:
commit
c4c7bb8168
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -128,7 +128,7 @@ Lancez un scan du nouveau répertoire par Nextcloud:
|
|||
|
||||
```bash
|
||||
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue