From 37a678e9db3cf235c726f8f551e325a21db5a357 Mon Sep 17 00:00:00 2001 From: xgaia Date: Fri, 12 May 2023 12:22:58 +0200 Subject: [PATCH] chore: fix owner of the data dir --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index d5fe986..67a372a 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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