From 5287d933d5bdde5c5d80b0fd21c06c15721a8fa7 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 8 Feb 2021 13:53:20 +0100 Subject: [PATCH] Update run.sh --- addons_updater/run.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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}