mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-20 15:51:50 +02:00
Update entrypoint.sh
This commit is contained in:
@@ -9,4 +9,5 @@ for SCRIPTS in *; do
|
|||||||
sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' $SCRIPTS || true
|
sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' $SCRIPTS || true
|
||||||
./$SCRIPTS &&
|
./$SCRIPTS &&
|
||||||
true || true # Prevents script crash on failure
|
true || true # Prevents script crash on failure
|
||||||
|
echo "exit $?"
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user