From 931c12e797f715b0da8e83c5e97b82c51386ed10 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 11 Nov 2021 22:45:40 +0100 Subject: [PATCH] Update entrypoint.sh --- enedisgateway2mqtt/rootfs/entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/enedisgateway2mqtt/rootfs/entrypoint.sh b/enedisgateway2mqtt/rootfs/entrypoint.sh index df309753d..cfd0a70fa 100644 --- a/enedisgateway2mqtt/rootfs/entrypoint.sh +++ b/enedisgateway2mqtt/rootfs/entrypoint.sh @@ -1,6 +1,7 @@ #!/bin/bash #for SCRIPTS in "/00-.sh" "/00-banner.sh" "/99-run.sh"; do +cd /scripts for SCRIPTS in /scripts/*; do [ -e "$SCRIPTS" ] || continue echo $SCRIPTS