From e3f3e3d901083b33f897fba9390dce6fc6df2392 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 22 May 2021 04:15:42 +0200 Subject: [PATCH] Removed timetag for log --- addons_updater/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons_updater/run.sh b/addons_updater/run.sh index 62fffccec..c82bec775 100644 --- a/addons_updater/run.sh +++ b/addons_updater/run.sh @@ -149,9 +149,9 @@ for addons in $(bashio::config "addon|keys"); do git push >/dev/null #Log - bashio::log.warning "$SLUG updated from ${CURRENT} to ${LASTVERSION}" + bashio::log.yellow "$SLUG updated from ${CURRENT} to ${LASTVERSION}" else - bashio::log.info "$SLUG is up-to-date ${CURRENT}" + bashio::log.green "$SLUG is up-to-date ${CURRENT}" fi done