Update run.sh

This commit is contained in:
Alexandre
2021-02-26 10:35:55 +01:00
committed by GitHub
parent ed83e2aa8f
commit 918c290c87

View File

@@ -106,7 +106,7 @@ for addons in $(bashio::config "addon|keys"); do
git push >/dev/null | echo "No changes"
#Log
bashio::log.info "Addon $SLUG updated from ${CURRENT} to ${LASTVERSION}"
bashio::log.warning "Addon $SLUG updated from ${CURRENT} to ${LASTVERSION}"
else
bashio::log.info "Addon $SLUG is already up-to-date"