From d1f39c6b612f37327fc30da26ee31f357b8e0000 Mon Sep 17 00:00:00 2001 From: Beamer Date: Sun, 16 Nov 2025 08:33:34 +0100 Subject: [PATCH] boot: inital commit --- git_commit_push.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/git_commit_push.sh b/git_commit_push.sh index 7b81ab8..7e12aff 100755 --- a/git_commit_push.sh +++ b/git_commit_push.sh @@ -13,6 +13,7 @@ function shutdown() function startup() { cd /Users/beamer/Documents/ProPresenter-LIVE + rm -f .git/index.lock # if there was a dying git process during the last shutdown or crash /usr/bin/git add --all . /usr/bin/git commit -m "boot: inital commit" /usr/bin/git push origin