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')