Update run

This commit is contained in:
Alexandre
2021-01-31 04:50:17 +01:00
committed by GitHub
parent 828065c29a
commit 8740338631

View File

@@ -53,7 +53,7 @@ for addons in $(bashio::config "addon|keys"); do
files=$(grep -rl ${CURRENT} /${BASENAME}/${SLUG}) && echo $files | xargs sed -i "s/${CURRENT}/${LASTVERSION}/g"
if [ $files != null ]; then
git commit -m "Bot update to $CURRENT" $files || true
git commit -m "Bot update to $LASTVERSION" $files || true
#Git commit and push
bashio::log.info "... $SLUG : push to master"