From 08deac0ad2a5e52f49d9384bfc4e26fbb5e56382 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 23 Sep 2023 21:09:22 +0200 Subject: [PATCH] Add 00-global_var.sh https://github.com/alexbelgium/hassio-addons/issues/998 --- gitea/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea/Dockerfile b/gitea/Dockerfile index 340c40123..0f0b6583b 100644 --- a/gitea/Dockerfile +++ b/gitea/Dockerfile @@ -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"