Update entrypoint.sh

This commit is contained in:
Alexandre
2021-11-11 22:50:50 +01:00
committed by GitHub
parent 931c12e797
commit cdb964ef68

View File

@@ -8,6 +8,6 @@ for SCRIPTS in /scripts/*; 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 || true
/.$SCRIPTS &&
./$SCRIPTS &&
true || true # Prevents script crash on failure
done