Update run

This commit is contained in:
Alexandre
2021-01-30 21:00:11 +01:00
committed by GitHub
parent 7e8dc2f20f
commit d065f0e473

View File

@@ -8,10 +8,10 @@ GITUSER=$(bashio::config 'gituser')
GITPASS=$(bashio::config 'gitpass')
GITMAIL=$(bashio::config 'gitemail')
git config --system http.sslVerify false
git config --global credential.helper 'cache --timeout 7200'
git config --global user.name ${GITUSER}
git config --global user.password ${GITPASS}
git config --global user.email ${GITMAIL}
git config --system credential.helper 'cache --timeout 7200'
git config --system user.name ${GITUSER}
git config --system user.password ${GITPASS}
git config --system user.email ${GITMAIL}
bashio::log.info "... parse addons"
for addons in $(bashio::config "addon|keys"); do