mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-16 12:29:10 +02:00
Update maintainerr/rootfs/ha_entrypoint.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -21,6 +21,7 @@ if [ -d /etc/cont-init.d ]; then
|
|||||||
# Source the script so it inherits bashio functions from bashio-standalone.
|
# Source the script so it inherits bashio functions from bashio-standalone.
|
||||||
# Using bash "$script" would spawn a new process without bashio:: functions,
|
# Using bash "$script" would spawn a new process without bashio:: functions,
|
||||||
# causing "command not found" failures under set -e.
|
# causing "command not found" failures under set -e.
|
||||||
|
# shellcheck disable=SC1090
|
||||||
source "$script"
|
source "$script"
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user