Update 99-run.sh

This commit is contained in:
Alexandre
2022-09-28 07:03:28 +02:00
committed by GitHub
parent bcf2c2f500
commit 0186266c1e

View File

@@ -128,6 +128,7 @@ for f in */; do
) && \
DATE="${DATE%T*}" && \
LASTVERSION="$LASTVERSION-$DATE"
LOGINFO="... $SLUG : bydate is true, version is $LASTVERSION" && if [ "$VERBOSE" = true ]; then bashio::log.info "$LOGINFO"; fi
else