Correction

This commit is contained in:
Alexandre
2021-02-09 06:16:28 +01:00
committed by GitHub
parent 6219a7a39d
commit 893b56df30

View File

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