diff --git a/.bin/backup-and-update-system b/.bin/backup-and-update-system index 9f9211a..5a0c1f0 100755 --- a/.bin/backup-and-update-system +++ b/.bin/backup-and-update-system @@ -8,7 +8,7 @@ export GIT_SSH_COMMAND='ssh -oBatchMode=yes' # Push some git repos pass git push -git --git-dir=$HOME/.cfg/ --work-tree=$HOME commit -am "Auto-commit $(hostnamectl --static) $(date '+%F %T')" +git --git-dir=$HOME/.cfg/ --work-tree=$HOME commit -am "Auto-commit $(hostnamectl --static) $(date '+%F %T')" || true git --git-dir=$HOME/.cfg/ --work-tree=$HOME push # Fetch a fresh copy of all locally cloned git repos