1
0
mirror of https://github.com/24eme/signaturepdf.git synced 2023-08-25 09:33:08 +02:00

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

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.