Add 00-global_var.sh

https://github.com/alexbelgium/hassio-addons/issues/998
This commit is contained in:
Alexandre
2023-09-23 21:09:22 +02:00
committed by GitHub
parent f2da5ddba8
commit 08deac0ad2

View File

@@ -38,7 +38,7 @@ USER root
COPY rootfs/ /
# Modules
ARG MODULES="00-banner.sh 01-custom_script.sh"
ARG MODULES="00-banner.sh 00-global_var.sh 01-custom_script.sh"
# Automatic modules download
ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh"