From 73c3f94798ede818137d3e71f02681f8d9869c13 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 31 Jan 2021 16:29:27 +0100 Subject: [PATCH] Update run.sh --- addons_updater/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons_updater/run.sh b/addons_updater/run.sh index 2e7df76b3..b273f22e0 100644 --- a/addons_updater/run.sh +++ b/addons_updater/run.sh @@ -13,7 +13,7 @@ git config --system user.name ${GITUSER} git config --system user.password ${GITPASS} git config --system user.email ${GITMAIL} -if [ bashio::config.has_value 'git-api' ]; then +if bashio::config.has_value 'git-api'; then bashio::log.info "... setting github API" export GITHUB_API_TOKEN=$(bashio::config 'git-api') fi