Update run.sh

This commit is contained in:
Alexandre
2021-01-31 17:17:12 +01:00
committed by GitHub
parent cb7ddf02f5
commit 68bc9c2b73

View File

@@ -13,9 +13,9 @@ 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 'gitapi'; then
#bashio::log.info "... setting github API"
export GITHUB_API_TOKEN=$(bashio::config 'git-api')
export GITHUB_API_TOKEN=$(bashio::config 'gitapi')
#fi
bashio::log.info "... parse addons"