cp au lieu de mkdir

This commit is contained in:
Vincent LAURENT 2022-04-01 18:06:36 +02:00 committed by GitHub
parent 07dd82558a
commit 52d8cf5506
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ PDF_STORAGE_PATH=/path/to/folder/to/store/pdf
Créer ce dossier :
```
cp /path/to/folder/to/store/pdf
mkdir /path/to/folder/to/store/pdf
```
Le serveur web devra avoir les droits en écriture sur ce dossier.