From 1a073e85535522b5ccd630d4e8f9106b9a6da28c Mon Sep 17 00:00:00 2001 From: FucciUnavailable Date: Sat, 25 Jul 2026 13:22:54 -0700 Subject: [PATCH] fix(infra): resolve setup.sh relative data path regardless of called cwd --- infra/setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/infra/setup.sh b/infra/setup.sh index da98791..8ca7779 100755 --- a/infra/setup.sh +++ b/infra/setup.sh @@ -1,5 +1,8 @@ #! /usr/bin/sh +# Ensure relative paths below resolve regardless of the caller's working directory +cd "$(dirname "$0")" + # Create random string guid=$(cat /proc/sys/kernel/random/uuid) suffix=${guid//[-]/}