mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Fix wger env sourcing
This commit is contained in:
@@ -38,7 +38,7 @@ USER root
|
|||||||
|
|
||||||
RUN echo "wger ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers && \
|
RUN echo "wger ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers && \
|
||||||
sed -i "1a sudo -E /./ha_entrypoint.sh" /home/wger/entrypoint.sh && \
|
sed -i "1a sudo -E /./ha_entrypoint.sh" /home/wger/entrypoint.sh && \
|
||||||
sed -i "/ha_entrypoint/a source /data/env.sh" /home/wger/entrypoint.sh
|
sed -i "/ha_entrypoint/a . /data/env.sh" /home/wger/entrypoint.sh
|
||||||
|
|
||||||
##################
|
##################
|
||||||
# 3 Install apps #
|
# 3 Install apps #
|
||||||
|
|||||||
Reference in New Issue
Block a user