Add log source

This commit is contained in:
Alexandre
2022-04-28 06:51:55 +02:00
committed by GitHub
parent 2b306a9253
commit 1be1a2389f

View File

@@ -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