Update entrypoint.sh

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

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