diff --git a/base/rootfs/etc/cont-finish.d/99-message.sh b/base/rootfs/etc/cont-finish.d/99-message.sh index 18a985c..c1d29f8 100644 --- a/base/rootfs/etc/cont-finish.d/99-message.sh +++ b/base/rootfs/etc/cont-finish.d/99-message.sh @@ -3,25 +3,8 @@ # Community Hass.io Add-ons: Base Images # Displays an message right before terminating in case something went wrong # ============================================================================== -# shellcheck source=base/rootfs/usr/lib/hassio-addons/base.sh -source /usr/lib/hassio-addons/base.sh - -declare HASSIO_TOKEN if [[ "${S6_STAGE2_EXITED}" -ne 0 ]]; then - - if hass.api.supervisor.ping; then - # shellcheck disable=SC2034 - HASSIO_TOKEN=$(