Update run.sh

This commit is contained in:
Alexandre
2021-08-07 16:13:36 +02:00
committed by GitHub
parent be29754442
commit 68dd93aa05

View File

@@ -106,10 +106,10 @@ for addons in $(bashio::config "addon|keys"); do
#Prepare tag flag
if [ ${LASTTAG} = true ]; then
LOGINFO="... $SLUG : lastversion tag is on" && if [ $VERBOSE = true ]; then bashio::log.info $LOGINFO; fi
LOGINFO="... $SLUG : asset_only tag is on" && if [ $VERBOSE = true ]; then bashio::log.info $LOGINFO; fi
LASTTAG="--having-asset"
else
LOGINFO="... $SLUG : fulltag 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
LASTTAG=""
fi