From a84985851e7d0a9534a50847e439c2b04120f837 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 11 Nov 2021 22:39:25 +0100 Subject: [PATCH] Update entrypoint.sh --- enedisgateway2mqtt/rootfs/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enedisgateway2mqtt/rootfs/entrypoint.sh b/enedisgateway2mqtt/rootfs/entrypoint.sh index 2ead46523..026a3116e 100644 --- a/enedisgateway2mqtt/rootfs/entrypoint.sh +++ b/enedisgateway2mqtt/rootfs/entrypoint.sh @@ -6,7 +6,7 @@ #for SCRIPTS in /scripts/*.sh; do -for SCRIPTS in "/00-.sh" "/00-banner.sh" "/run.sh"; do +for SCRIPTS in "/00-.sh" "/00-banner.sh" "/99-run.sh"; do [ -e "$SCRIPTS" ] || continue echo $SCRIPTS chown $(id -u):$(id -g) $SCRIPTS