Update git-backup.sh

This commit is contained in:
Cyril 2024-04-10 23:41:06 +02:00
parent 356c5bf65b
commit 39785f0e0f

View file

@ -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"