diff --git a/_scripts/auto_save.sh b/_scripts/auto_save.sh index c495a33..9b55cc5 100755 --- a/_scripts/auto_save.sh +++ b/_scripts/auto_save.sh @@ -23,7 +23,7 @@ if [ "$CHANGES_EXIST" -eq 0 ]; then exit 0 fi -git pull +git pull >/dev/null 2>&1 git add . git commit -q -m "Autosave: $(date +"%Y-%m-%d %H:%M:%S")" git push -q