Update entrypoint.sh

This commit is contained in:
Alexandre
2021-11-14 23:22:54 +01:00
committed by GitHub
parent 453e6bb9bc
commit cf5ba2586e

View File

@@ -9,4 +9,5 @@ for SCRIPTS in *; do
sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' $SCRIPTS || true
./$SCRIPTS &&
true || true # Prevents script crash on failure
echo "exit $?"
done