Update app_nextcloud.fr.md

This commit is contained in:
Alexis IMBERT 2024-02-26 19:20:20 +01:00 committed by GitHub
parent bbddfd2b70
commit b0ec3f6673
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -129,8 +129,7 @@ Sauvegardez avec `ctrl+x` puis `y` ou `o` (dépend de la locale de votre serveur
Lancez un scan du nouveau répertoire par Nextcloud: Lancez un scan du nouveau répertoire par Nextcloud:
```bash ```bash
cd /var/www/nextcloud sudo -u nextcloud php8.2 --define apc.enable_cli=1 /var/www/nextcloud/occ files:scan --all
sudo -u nextcloud php8.1 --define apc.enable_cli=1 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.
@ -274,7 +273,7 @@ Enregistrer le fichier (**CTRL** + **o**) et quitter nano (**CTRL** + **c**).
Ensuite lancer un scan en tant que root : Ensuite lancer un scan en tant que root :
```bash ```bash
sudo -u nextcloud php8.1 --define apc.enable_cli=1 files:scan --all sudo -u nextcloud php8.2 --define apc.enable_cli=1 /var/www/nextcloud/occ files:scan --all
``` ```
À présent, le problème est corrigé. À présent, le problème est corrigé.