Update 01-custom_script.sh

This commit is contained in:
Alexandre
2024-10-10 20:13:46 +02:00
committed by GitHub
parent 7ac13b73f6
commit bd2b4475b8

View File

@@ -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"