mirror of
https://github.com/24eme/signaturepdf.git
synced 2023-08-25 09:33:08 +02:00
chore: fix owner of the data dir
This commit is contained in:
parent
357bffc55f
commit
37a678e9db
@ -6,6 +6,7 @@ envsubst < /usr/local/signaturepdf/config/config.ini.tpl > /usr/local/signaturep
|
|||||||
|
|
||||||
if [[ ! -z $PDF_STORAGE_PATH ]] ; then
|
if [[ ! -z $PDF_STORAGE_PATH ]] ; then
|
||||||
mkdir -p $PDF_STORAGE_PATH
|
mkdir -p $PDF_STORAGE_PATH
|
||||||
|
chown www-data:www-data $PDF_STORAGE_PATH
|
||||||
fi
|
fi
|
||||||
|
|
||||||
apache2-foreground
|
apache2-foreground
|
||||||
|
Loading…
Reference in New Issue
Block a user