Add environment variable for entrypoint source

This commit is contained in:
Alexandre
2025-09-16 14:21:25 +02:00
committed by GitHub
parent 9c8e8f1851
commit 2d5c8eb358

View File

@@ -94,6 +94,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_entrypoint_modif.sh" "/ha_entrypoint_modif.sh"
RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif.sh && rm /ha_entrypoint_modif.sh
ENV ha_entry_source=true
#
#WORKDIR /data
#ENTRYPOINT [ "/usr/bin/env" ]