From b21577e114dd8ff1974244941502763e3a6c4108 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 26 Jan 2023 18:55:35 +0100 Subject: [PATCH] Add nginx --- enedisgateway2mqtt/rootfs/etc/cont-init.d/99-run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/enedisgateway2mqtt/rootfs/etc/cont-init.d/99-run.sh b/enedisgateway2mqtt/rootfs/etc/cont-init.d/99-run.sh index 731ae8dee..bb94388bb 100755 --- a/enedisgateway2mqtt/rootfs/etc/cont-init.d/99-run.sh +++ b/enedisgateway2mqtt/rootfs/etc/cont-init.d/99-run.sh @@ -95,6 +95,8 @@ fi # Launch App # ############## echo " " +nginx & bashio::log.info "Starting nginx" +echo " " bashio::log.info "Starting the app" echo " "