From 112ebdc8cd4dd95a03830979f1ffa0384bc6bf15 Mon Sep 17 00:00:00 2001 From: Peter Hedenskog Date: Thu, 11 Dec 2025 00:00:57 +0100 Subject: [PATCH] hepp --- docker/scripts/start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/scripts/start.sh b/docker/scripts/start.sh index e156b71f9..aec5090a5 100755 --- a/docker/scripts/start.sh +++ b/docker/scripts/start.sh @@ -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)