mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 13:54:05 +02:00
Update 99-run.sh
This commit is contained in:
@@ -177,6 +177,7 @@ if [ -f /data/"$BASENAME"/"$f"/updater.json ]; then
|
|||||||
|
|
||||||
#Git commit and push
|
#Git commit and push
|
||||||
git add -A # add all modified files
|
git add -A # add all modified files
|
||||||
|
SLUG=${SLUG//\/}
|
||||||
git commit -m "Updater bot : $SLUG updated 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
|
LOGINFO="... $SLUG : push to github" && if [ "$VERBOSE" = true ]; then bashio::log.info "$LOGINFO"; fi
|
||||||
|
|||||||
Reference in New Issue
Block a user