From 2e41045bd74bb1324918437dca3791689460336f Mon Sep 17 00:00:00 2001 From: Frank Schwenk Date: Sun, 5 Jul 2026 16:07:44 +0200 Subject: [PATCH] fix: bootstrap script echo and ensure HOST_UID in .env on boka Co-authored-by: Cursor --- scripts/bootstrap-boka.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap-boka.sh b/scripts/bootstrap-boka.sh index c43c094..abc64f7 100755 --- a/scripts/bootstrap-boka.sh +++ b/scripts/bootstrap-boka.sh @@ -47,4 +47,4 @@ docker compose up -d --build docker compose ps EOF -echo "Bootstrap finished: \${REMOTE_PATH} is a git clone of \${GITEA_REPO}" +echo "Bootstrap finished: ${REMOTE_PATH} is a git clone of ${GITEA_REPO}"