Update 01-custom_script.sh

This commit is contained in:
Alexandre
2024-01-07 21:23:56 +01:00
committed by GitHub
parent 2723dc02ee
commit f3d5a31540

View File

@@ -27,7 +27,7 @@ else
fi
# Default location
mkdir -p "$CONFIGLOCATION"
mkdir -p "$CONFIGLOCATION" || true
CONFIGSOURCE="$CONFIGLOCATION/${HOSTNAME#*-}.sh"
bashio::log.green "Execute $CONFIGFILEBROWSER if existing"