Update 99-run.sh

This commit is contained in:
Alexandre
2022-01-04 19:37:07 +01:00
committed by GitHub
parent 137669420b
commit 7486600a97

View File

@@ -144,7 +144,7 @@ for addons in $(bashio::config "addon|keys"); do
#Git commit and push
git add -A # add all modified files
git commit -m "Update to ${LASTVERSION}" >/dev/null
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
git remote set-url origin "https://${GITUSER}:${GITPASS}@github.com/${REPOSITORY}" &>/dev/null