X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=update_org_caldav;h=e02bf59508a93b43d2acf567aa917d9278a8cc74;hb=507b0a43df682bcaac2a7a30dbb8aab6d8cf912c;hp=a8b0b0b5b15e6c2945f8cd5b03db08eb9639902c;hpb=8e96ca5f3147601cbe8028b761496f049b875f76;p=bin.git diff --git a/update_org_caldav b/update_org_caldav index a8b0b0b..e02bf59 100755 --- a/update_org_caldav +++ b/update_org_caldav @@ -7,11 +7,12 @@ if [ -n "$PS1" ]; then fi; LOCKIT="with-lock-ex $LOCKOPTS $LOCKFILE" TIMEOUT="timeout -k6m 6m" -${LOCKIT} ${TIMEOUT} mr -d ~/projects/org-notes up; +${LOCKIT} ${TIMEOUT} mr -d ~/projects/org-notes up >/dev/null 2>&1 ${LOCKIT} ${TIMEOUT} nice -n 19 \ emacs --batch --no-init -l ~/org-caldav-setup.el \ >/dev/null 2>&1 ## update org files if we've made any changes NO_SAVE_ORG_BUFFERS=1 ${LOCKIT} ${TIMEOUT} nice -n 19 \ - update_org_files "update_org_caldav"; + update_org_files "update_org_caldav" \ + >/dev/null 2>&1;