From 0b1806141a6cc315fdc1fa0008534d3b9fa2fe1a Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Mon, 16 Sep 2024 17:35:07 -0400 Subject: [PATCH] fix permissions on /data for metadata archive zipfile creation --- wis2-gdc-management/docker/entrypoint.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wis2-gdc-management/docker/entrypoint.sh b/wis2-gdc-management/docker/entrypoint.sh index 04a8291..d269d24 100755 --- a/wis2-gdc-management/docker/entrypoint.sh +++ b/wis2-gdc-management/docker/entrypoint.sh @@ -32,6 +32,9 @@ echo "Starting cron" sudo service cron start service cron status +echo "Making /data writeable for wis2-gdc" +sudo chown wis2-gdc.wis2-gdc /data + echo "Caching WNM schema" pywis-pubsub schema sync