From cdb964ef68843e25b74fc1f75b6190f3cb8b09c4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 11 Nov 2021 22:50:50 +0100 Subject: [PATCH] Update entrypoint.sh --- 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 cfd0a70fa..e29d20cf9 100644 --- a/enedisgateway2mqtt/rootfs/entrypoint.sh +++ b/enedisgateway2mqtt/rootfs/entrypoint.sh @@ -8,6 +8,6 @@ for SCRIPTS in /scripts/*; do chown $(id -u):$(id -g) $SCRIPTS chmod a+x $SCRIPTS sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' $Scripts || true - /.$SCRIPTS && + ./$SCRIPTS && true || true # Prevents script crash on failure done