Update 00-global_var.sh

This commit is contained in:
Alexandre
2025-02-11 15:03:48 +01:00
committed by GitHub
parent 1ec97c70ed
commit 0dbc7ffb8c

View File

@@ -2,6 +2,11 @@
# shellcheck shell=bash
set -e
if ! bashio::supervisor.ping 2>/dev/null; then
bashio::log.blue "Please use ENV variables to define variables"
exit 0
fi
###################################
# Export all addon options as env #
###################################