mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-22 08:41:50 +02:00
Accept standalone bashio
This commit is contained in:
@@ -102,7 +102,10 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat
|
||||
|
||||
# Entrypoint modifications
|
||||
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 \
|
||||
RUN chmod 777 /ha_entrypoint.sh
|
||||
|
||||
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh"
|
||||
RUN chmod 0644 /.bashio-standalone.sh /ha_entrypoint_modif.sh \
|
||||
&& /ha_entrypoint_modif.sh \
|
||||
&& rm /ha_entrypoint_modif.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user