From 90ad6d23c1af46dbf723b8723b25cbc0f6a210b8 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 11 Nov 2021 22:41:30 +0100 Subject: [PATCH] Update entrypoint.sh --- enedisgateway2mqtt/rootfs/entrypoint.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/enedisgateway2mqtt/rootfs/entrypoint.sh b/enedisgateway2mqtt/rootfs/entrypoint.sh index 026a3116e..8d39f4b7a 100644 --- a/enedisgateway2mqtt/rootfs/entrypoint.sh +++ b/enedisgateway2mqtt/rootfs/entrypoint.sh @@ -4,9 +4,8 @@ # SCRIPTS # ########### -#for SCRIPTS in /scripts/*.sh; do - -for SCRIPTS in "/00-.sh" "/00-banner.sh" "/99-run.sh"; do +#for SCRIPTS in "/00-.sh" "/00-banner.sh" "/99-run.sh"; do +for SCRIPTS in /scripts/*.sh; do [ -e "$SCRIPTS" ] || continue echo $SCRIPTS chown $(id -u):$(id -g) $SCRIPTS