mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
User docker-mods for entrypoint when available
This commit is contained in:
@@ -13,4 +13,5 @@ for SCRIPTS in /etc/cont-init.d/*; do
|
||||
# Change shebang if no s6 supervision
|
||||
sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' "$SCRIPTS"
|
||||
/."$SCRIPTS" || echo "$SCRIPTS: exiting $?"
|
||||
rm "$SCRIPTS"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user