From 535fc38816610357dd7c98782c41e593f8e4c88e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 11 Nov 2021 22:38:14 +0100 Subject: [PATCH] Update entrypoint.sh --- enedisgateway2mqtt/rootfs/entrypoint.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/enedisgateway2mqtt/rootfs/entrypoint.sh b/enedisgateway2mqtt/rootfs/entrypoint.sh index c7b84b3a4..2ead46523 100644 --- a/enedisgateway2mqtt/rootfs/entrypoint.sh +++ b/enedisgateway2mqtt/rootfs/entrypoint.sh @@ -4,8 +4,10 @@ # SCRIPTS # ########### +#for SCRIPTS in /scripts/*.sh; do + for SCRIPTS in "/00-.sh" "/00-banner.sh" "/run.sh"; do - [ -e "$SCRIPTS" ] || continue + [ -e "$SCRIPTS" ] || continue echo $SCRIPTS chown $(id -u):$(id -g) $SCRIPTS chmod a+x $SCRIPTS