Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/aou-sas/sas-pre-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ set -o pipefail
# Data directories (on the sas-data volume)
###############################################################################
mkdir -p /data/saswork /data/utilloc
chown -R aou:aougroup /data
# Chown only the directories we manage, not /data/workspace (contains gcsfuse mounts)
chown aou:aougroup /data
chown -R aou:aougroup /data/saswork /data/utilloc

###############################################################################
# AoU environment loader (staged in Dockerfile at /opt/sas/aou/)
Expand Down
Loading