mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-21 16:21:51 +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
|
[ -f "$script" ] || continue
|
||||||
sed -i '1s|.*|#!/usr/bin/env bashio|' "$script"
|
sed -i '1s|.*|#!/usr/bin/env bashio|' "$script"
|
||||||
echo "[Maintainerr] Running init script: $script"
|
echo "[Maintainerr] Running init script: $script"
|
||||||
bash "$script" # ← bash, not exec
|
bashio "$script"
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user