Update run

This commit is contained in:
Alexandre
2021-01-31 04:38:41 +01:00
committed by GitHub
parent 06647ddb25
commit 0b8097f436

View File

@@ -52,7 +52,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 != "" ]; then
if [ $files != null ]; then
git commit -m "Bot update to $CURRENT" $files || true
#Git commit and push