From 9eaab2b915ae7de8dfdcd31365b1f517eee45da0 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 27 May 2025 14:50:18 +0200 Subject: [PATCH] Lint --- comixed/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comixed/Dockerfile b/comixed/Dockerfile index 5e61dd160..7875154e6 100644 --- a/comixed/Dockerfile +++ b/comixed/Dockerfile @@ -67,7 +67,7 @@ ENV PACKAGES="nginx" # Automatic apps & bashio ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh" -RUN chmod 744 /ha_autoapps.sh && /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh || true +RUN chmod 744 /ha_autoapps.sh && /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ # 4 Entrypoint #