Update run.sh

This commit is contained in:
Alexandre
2021-02-26 21:00:23 +01:00
committed by GitHub
parent e8608aa61a
commit 85edc09004

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