mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-14 10:00:31 +02:00
Update entrypoint.sh
This commit is contained in:
@@ -34,6 +34,6 @@ for SCRIPTS in "00-banner.sh" "run.sh"; do
|
|||||||
chown $(id -u):$(id -g) $SCRIPTS
|
chown $(id -u):$(id -g) $SCRIPTS
|
||||||
chmod a+x $SCRIPTS
|
chmod a+x $SCRIPTS
|
||||||
sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' $SCRIPTS
|
sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' $SCRIPTS
|
||||||
/.$SCRIPTS &&
|
.$SCRIPTS &&
|
||||||
true # Prevents script crash on failure
|
true # Prevents script crash on failure
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user