From 64c37e6d20f99787aa41740e156e12394b48ff50 Mon Sep 17 00:00:00 2001 From: d-two Date: Wed, 29 Mar 2023 12:55:45 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Escripts/enter.sh=E2=80=9C=20=C3=A4nder?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/enter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/enter.sh b/scripts/enter.sh index b271801da..5d7ce6d4c 100755 --- a/scripts/enter.sh +++ b/scripts/enter.sh @@ -3,7 +3,7 @@ set -e BUILDER_UID="$(id -u)" BUILDER_GID="$(id -g)" -CACHE_DIR="/mnt/data/supervisor/$(pwd)/hassos-cache" +CACHE_DIR="/mnt/data/supervisor/$(pwd)/../hassos-cache" ARGS="$*" COMMAND="${ARGS:-bash}"