We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 194e930 commit 4fbf8e1Copy full SHA for 4fbf8e1
1 file changed
src/aou-sas/sas-pre-deploy.sh
@@ -15,7 +15,9 @@ set -o pipefail
15
# Data directories (on the sas-data volume)
16
###############################################################################
17
mkdir -p /data/saswork /data/utilloc
18
-chown -R aou:aougroup /data
+# Chown only the directories we manage, not /data/workspace (contains gcsfuse mounts)
19
+chown aou:aougroup /data
20
+chown -R aou:aougroup /data/saswork /data/utilloc
21
22
23
# AoU environment loader (staged in Dockerfile at /opt/sas/aou/)
0 commit comments