mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-12 02:21:28 +02:00
Update run.sh
This commit is contained in:
@@ -99,7 +99,7 @@ for addons in $(bashio::config "addon|keys"); do
|
|||||||
git commit -m "Update to ${LASTVERSION}" >/dev/null
|
git commit -m "Update to ${LASTVERSION}" >/dev/null
|
||||||
|
|
||||||
LOGINFO="... $SLUG : push to github" && if [ $VERBOSE = true ]; then bashio::log.info $LOGINFO; fi
|
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
|
git push >/dev/null
|
||||||
|
|
||||||
#Log
|
#Log
|
||||||
|
|||||||
Reference in New Issue
Block a user