chore: fix owner of the data dir

This commit is contained in:
xgaia 2023-05-12 12:22:58 +02:00
parent 357bffc55f
commit 37a678e9db
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ envsubst < /usr/local/signaturepdf/config/config.ini.tpl > /usr/local/signaturep
if [[ ! -z $PDF_STORAGE_PATH ]] ; then
mkdir -p $PDF_STORAGE_PATH
chown www-data:www-data $PDF_STORAGE_PATH
fi
apache2-foreground