From 12c941eaee16b8a990b3328a4e9b27898f63bdc9 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 13 Nov 2021 09:44:46 +0100 Subject: [PATCH] Update entrypoint.sh --- enedisgateway2mqtt/rootfs/entrypoint.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/enedisgateway2mqtt/rootfs/entrypoint.sh b/enedisgateway2mqtt/rootfs/entrypoint.sh index 8912d00b9..af3f22031 100644 --- a/enedisgateway2mqtt/rootfs/entrypoint.sh +++ b/enedisgateway2mqtt/rootfs/entrypoint.sh @@ -1,6 +1,5 @@ #!/bin/bash -#for SCRIPTS in "/00-.sh" "/00-banner.sh" "/99-run.sh"; do cd /scripts for SCRIPTS in *; do [ -e "$SCRIPTS" ] || continue