mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-22 16:51:51 +02:00
Have asset by default
This commit is contained in:
@@ -105,12 +105,12 @@ for addons in $(bashio::config "addon|keys"); do
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
#Prepare tag flag
|
#Prepare tag flag
|
||||||
if [ ${HAVINGASSET} = true ]; then
|
if [ ${HAVINGASSET} = false ]; then
|
||||||
LOGINFO="... $SLUG : asset_only tag is on" && if [ $VERBOSE = true ]; then bashio::log.info $LOGINFO; fi
|
|
||||||
HAVINGASSET="--having-asset"
|
|
||||||
else
|
|
||||||
LOGINFO="... $SLUG : asset_only is off" && if [ $VERBOSE = true ]; then bashio::log.info $LOGINFO; fi
|
LOGINFO="... $SLUG : asset_only is off" && if [ $VERBOSE = true ]; then bashio::log.info $LOGINFO; fi
|
||||||
HAVINGASSET=""
|
HAVINGASSET=""
|
||||||
|
else
|
||||||
|
LOGINFO="... $SLUG : asset_only tag is on" && if [ $VERBOSE = true ]; then bashio::log.info $LOGINFO; fi
|
||||||
|
HAVINGASSET="--having-asset"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#If beta flag, select beta version
|
#If beta flag, select beta version
|
||||||
|
|||||||
Reference in New Issue
Block a user