containers/apps/home-assistant/entrypoint.sh
Tommy Skaug 14a76a5d7c
Some checks failed
Build and Push Images with Kaniko / discover-dockerfiles (push) Successful in 59s
Build and Push Images with Kaniko / build-and-push (push) Failing after 4s
misc
2024-12-30 21:50:06 +01:00

11 lines
No EOL
228 B
Bash

#!/usr/bin/env bash
#shellcheck disable=SC2086
if [[ "${HOME_ASSISTANT__HACS_INSTALL}" == "true" ]]; then
curl -sfSL https://get.hacs.xyz | bash -
fi
exec \
/usr/local/bin/hass \
--config /config \
"$@"