diff --git a/addons_updater/run.sh b/addons_updater/run.sh index 8b07680fb..f9ebed94e 100644 --- a/addons_updater/run.sh +++ b/addons_updater/run.sh @@ -1,13 +1,14 @@ #!/usr/bin/with-contenv bashio bashio::log.info "Checking status of referenced repositoriess..." +VERBOSE=$(bashio::config 'verbose') + +#Defining github value +LOGINFO="... github authentification" &€ if [ $VERBOSE = true ]; then bashio::log.info $LOGINFO; fi -#Defining github values -bashio::log.info "... github authentification" GITUSER=$(bashio::config 'gituser') GITPASS=$(bashio::config 'gitpass') GITMAIL=$(bashio::config 'gitmail') -VERBOSE=$(bashio::config 'verbose') git config --system http.sslVerify false git config --system credential.helper 'cache --timeout 7200' git config --system user.name ${GITUSER}