diff --git a/addons_updater/rootfs/etc/cont-init.d/99-run.sh b/addons_updater/rootfs/etc/cont-init.d/99-run.sh index ce96e322e..623e85532 100644 --- a/addons_updater/rootfs/etc/cont-init.d/99-run.sh +++ b/addons_updater/rootfs/etc/cont-init.d/99-run.sh @@ -177,6 +177,7 @@ if [ -f /data/"$BASENAME"/"$f"/updater.json ]; then #Git commit and push git add -A # add all modified files + SLUG=${SLUG//\/} 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