mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update app_nextcloud.fr.md
This commit is contained in:
parent
bbddfd2b70
commit
b0ec3f6673
1 changed files with 2 additions and 3 deletions
|
@ -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:
|
||||
|
||||
```bash
|
||||
cd /var/www/nextcloud
|
||||
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
|
||||
```
|
||||
|
||||
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 :
|
||||
|
||||
```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é.
|
||||
|
|
Loading…
Add table
Reference in a new issue