This commit is contained in:
Peter Hedenskog 2025-12-10 22:59:04 +01:00
parent e572265025
commit 2372fd1ffc
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# write files owned by the user who runs the container # write files owned by the user who runs the container
# if your volume is mounted at /browsertime, use it as CWD # if your volume is mounted at /browsertime, use it as CWD
[[ -d /browsertime && "$PWD" = "/" ]] && cd /browsertime [[ -d /sitespeedio && "$PWD" = "/" ]] && cd /sitespeedio
uid=$(stat -c '%u' . 2>/dev/null || echo 0) uid=$(stat -c '%u' . 2>/dev/null || echo 0)
gid=$(stat -c '%g' . 2>/dev/null || echo 0) gid=$(stat -c '%g' . 2>/dev/null || echo 0)