From 627146cf35e51f7e5bec013221340503bc255336 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 29 Aug 2024 10:58:38 +0200 Subject: [PATCH] Correct path --- .templates/01-custom_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.templates/01-custom_script.sh b/.templates/01-custom_script.sh index ac1901614..dd399bb6e 100755 --- a/.templates/01-custom_script.sh +++ b/.templates/01-custom_script.sh @@ -23,7 +23,7 @@ else # Legacy config location slug="${HOSTNAME#*-}" CONFIGLOCATION="/config/addons_autoscripts" - CONFIGFILEBROWSER="/homeassistant/addons_config/${slug}/${slug}.sh" + CONFIGFILEBROWSER="/homeassistant/addons_autoscripts/${slug}/${slug}.sh" fi # Default location