Update git-backup.sh
This commit is contained in:
parent
356c5bf65b
commit
39785f0e0f
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ elif [ "$INSTALL" = 1 ]; then
|
||||||
git checkout -b "$REPO_BRANCH"
|
git checkout -b "$REPO_BRANCH"
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Initial Backup"
|
git commit -m "Initial Backup"
|
||||||
git push -u origin "$BRANCH"
|
git push -u origin "$REPO_BRANCH"
|
||||||
|
|
||||||
# Write configuration to .env file
|
# Write configuration to .env file
|
||||||
echo "IFS=$IFS" > "$IFS/.env"
|
echo "IFS=$IFS" > "$IFS/.env"
|
||||||
|
|
Loading…
Add table
Reference in a new issue