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