Skip to content

Commit

Permalink
fix permissions on /data for metadata archive zipfile creation
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Sep 16, 2024
1 parent 70babbc commit 0b18061
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wis2-gdc-management/docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0b18061

Please sign in to comment.