This commit is contained in:
Peter Hedenskog 2025-12-10 23:26:17 +01:00
parent 2372fd1ffc
commit ffb9f6e1f8
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
# if your volume is mounted at /browsertime, use it as CWD
[[ -d /sitespeedio && "$PWD" = "/" ]] && cd /sitespeedio
[[ -d /sitespeed.io && "$PWD" = "/" ]] && cd /sitespeed.io
uid=$(stat -c '%u' . 2>/dev/null || echo 0)
gid=$(stat -c '%g' . 2>/dev/null || echo 0)