From d3d1947c4e872085ee1f66c2d7568544670a05a4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 11 Nov 2021 22:55:08 +0100 Subject: [PATCH] Run all scripts --- 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 e29d20cf9..538034ba3 100644 --- a/enedisgateway2mqtt/rootfs/entrypoint.sh +++ b/enedisgateway2mqtt/rootfs/entrypoint.sh @@ -2,7 +2,7 @@ #for SCRIPTS in "/00-.sh" "/00-banner.sh" "/99-run.sh"; do cd /scripts -for SCRIPTS in /scripts/*; do +for SCRIPTS in *; do [ -e "$SCRIPTS" ] || continue echo $SCRIPTS chown $(id -u):$(id -g) $SCRIPTS