From bd2b4475b85cf77415a94d7a2914ce1f6ce5f4c5 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 10 Oct 2024 20:13:46 +0200 Subject: [PATCH] Update 01-custom_script.sh --- .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 570adb6c1..02e3a353a 100755 --- a/.templates/01-custom_script.sh +++ b/.templates/01-custom_script.sh @@ -28,7 +28,7 @@ fi # Default location mkdir -p "$CONFIGLOCATION" || true -CONFIGSOURCE="$CONFIGLOCATION/${HOSTNAME#*-}.sh" +CONFIGSOURCE="$CONFIGLOCATION/${HOSTNAME#*_}.sh" bashio::log.green "Execute $CONFIGFILEBROWSER if existing" bashio::log.green "Wiki here : github.com/alexbelgium/hassio-addons/wiki/Add-ons-feature-:-customisation"