Update 99-run.sh

This commit is contained in:
Alexandre
2022-04-27 10:46:58 +02:00
committed by GitHub
parent 3b0333e6e3
commit b194beaf98

View File

@@ -177,6 +177,7 @@ if [ -f /data/"$BASENAME"/"$f"/updater.json ]; then
#Git commit and push
git add -A # add all modified files
SLUG=${SLUG//\/}
git commit -m "Updater bot : $SLUG updated to ${LASTVERSION}" >/dev/null
LOGINFO="... $SLUG : push to github" && if [ "$VERBOSE" = true ]; then bashio::log.info "$LOGINFO"; fi