From 3b1c1697c4c70910cdb466496a9db4954a999ffd Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 11 Nov 2021 22:23:11 +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 d48590397..d18634742 100644 --- a/enedisgateway2mqtt/rootfs/entrypoint.sh +++ b/enedisgateway2mqtt/rootfs/entrypoint.sh @@ -34,6 +34,6 @@ for SCRIPTS in "00-banner.sh" "run.sh"; 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 - /.$SCRIPTS && + .$SCRIPTS && true # Prevents script crash on failure done