Update run.sh

This commit is contained in:
Alexandre
2021-05-23 06:29:23 +02:00
committed by GitHub
parent 117d1d3203
commit 2c6f22b30e

View File

@@ -145,8 +145,8 @@ for addons in $(bashio::config "addon|keys"); do
git commit -m "Update 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
git push >/dev/null
git remote set-url origin "https://${GITUSER}:${GITPASS}@github.com/${REPOSITORY}" --quiet >/dev/null
git push --quiet >/dev/null
#Log
bashio::log.yellow "... $SLUG updated from ${CURRENT} to ${LASTVERSION}"