Update entrypoint.sh

This commit is contained in:
Alexandre
2021-11-11 22:23:11 +01:00
committed by GitHub
parent 76d342e5db
commit 3b1c1697c4

View File

@@ -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