mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-04-06 06:06:23 +02:00
Update ha_entrypoint.sh
This commit is contained in:
@@ -13,7 +13,7 @@ if [ -d /etc/cont-init.d ]; then
|
||||
[ -f "$script" ] || continue
|
||||
sed -i '1s|.*|#!/usr/bin/env bashio|' "$script"
|
||||
echo "[Maintainerr] Running init script: $script"
|
||||
bash "$script" # ← bash, not exec
|
||||
bashio "$script"
|
||||
done
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user