From 893b56df3063619411cd533febdb8e1dec563031 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 9 Feb 2021 06:16:28 +0100 Subject: [PATCH] Correction --- 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 f9ebed94e..446ce49a7 100644 --- a/addons_updater/run.sh +++ b/addons_updater/run.sh @@ -4,7 +4,7 @@ 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 +LOGINFO="... github authentification" && if [ $VERBOSE = true ]; then bashio::log.info $LOGINFO; fi GITUSER=$(bashio::config 'gituser') GITPASS=$(bashio::config 'gitpass')