Update run.sh

This commit is contained in:
Alexandre
2021-03-01 11:10:14 +01:00
committed by GitHub
parent de14024ebc
commit a0c08611f6

View File

@@ -99,7 +99,7 @@ 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}"
git remote set-url origin "https://${GITUSER}:${GITPASS}@github.com/${REPOSITORY}" >/dev/null
git push >/dev/null
#Log