From 39785f0e0f3fc6854000c7ef81de3620edc78ff9 Mon Sep 17 00:00:00 2001 From: Cyril Date: Wed, 10 Apr 2024 23:41:06 +0200 Subject: [PATCH] Update git-backup.sh --- files/git-backup/git-backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/git-backup/git-backup.sh b/files/git-backup/git-backup.sh index cce8356..95a850b 100755 --- a/files/git-backup/git-backup.sh +++ b/files/git-backup/git-backup.sh @@ -147,7 +147,7 @@ elif [ "$INSTALL" = 1 ]; then git checkout -b "$REPO_BRANCH" git add . git commit -m "Initial Backup" - git push -u origin "$BRANCH" + git push -u origin "$REPO_BRANCH" # Write configuration to .env file echo "IFS=$IFS" > "$IFS/.env"