From 1be1a2389f1a5f429b1141f7493812a475aaeaad Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 28 Apr 2022 06:51:55 +0200 Subject: [PATCH] Add log source --- addons_updater/rootfs/etc/cont-init.d/99-run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/addons_updater/rootfs/etc/cont-init.d/99-run.sh b/addons_updater/rootfs/etc/cont-init.d/99-run.sh index 2cacf8903..66d6389fe 100644 --- a/addons_updater/rootfs/etc/cont-init.d/99-run.sh +++ b/addons_updater/rootfs/etc/cont-init.d/99-run.sh @@ -102,6 +102,7 @@ if [ -f /data/"$BASENAME"/"$f"/updater.json ]; then # Use source as upstream ARGUMENTS="--at $SOURCE" + LOGINFO="... $SLUG : source is $SOURCE" && if [ "$VERBOSE" = true ]; then bashio::log.info "$LOGINFO"; fi #Prepare tag flag if [ "${FULLTAG}" = true ]; then