From: Don Armstrong Date: Fri, 16 Feb 2018 00:26:47 +0000 (-0800) Subject: silence update_org_caldav X-Git-Url: https://git.donarmstrong.com/?p=bin.git;a=commitdiff_plain;h=fcb9663af99974099861745c7239333ea6e0eee2 silence update_org_caldav --- 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;