mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 12:54:04 +02:00
Correction
This commit is contained in:
@@ -4,7 +4,7 @@ bashio::log.info "Checking status of referenced repositoriess..."
|
|||||||
VERBOSE=$(bashio::config 'verbose')
|
VERBOSE=$(bashio::config 'verbose')
|
||||||
|
|
||||||
#Defining github value
|
#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')
|
GITUSER=$(bashio::config 'gituser')
|
||||||
GITPASS=$(bashio::config 'gitpass')
|
GITPASS=$(bashio::config 'gitpass')
|
||||||
|
|||||||
Reference in New Issue
Block a user