This commit is contained in:
Peter Hedenskog 2025-12-11 00:00:57 +01:00
parent ffb9f6e1f8
commit 112ebdc8cd
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
#!/bin/bash
#
set -e
# 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 /sitespeed.io, use it as CWD
[[ -d /sitespeed.io && "$PWD" = "/" ]] && cd /sitespeed.io
uid=$(stat -c '%u' . 2>/dev/null || echo 0)