fix(user/malte): silence note
sync
This commit is contained in:
parent
6194cad27d
commit
ac6db34e1a
|
@ -24,7 +24,7 @@ if [ -z "${1+x}" ]; then
|
|||
git add "$year.md"
|
||||
git commit -m "Auto Commit $(date +"%F %R")"
|
||||
export GIT_SSH_COMMAND="ssh -o BatchMode=yes"
|
||||
(git pull --rebase && git push) || (echo "Sync failed" && exit 4) &
|
||||
(git pull --rebase >/dev/null 2>&1 && git push >/dev/null 2>&1) || (echo "Sync failed" && exit 4) &
|
||||
fi
|
||||
# Exit
|
||||
popd || exit 2
|
||||
|
|
Loading…
Reference in a new issue