Update run.sh

This commit is contained in:
Alexandre
2021-02-08 13:50:47 +01:00
committed by GitHub
parent 6598a1316e
commit 5553284a85

View File

@@ -96,6 +96,6 @@ bashio::log.error "... $SLUG : update failed"
fi
else
LOGINFO="Addon $SLUG is already up-to-date." && if [ $VERBOSE = true ]; then bashio::log.info $LOGINFO; fi
bashio::log.info "Addon $SLUG is already up-to-date"
fi
done