]> git.donarmstrong.com Git - bin.git/commitdiff
silence update_org_caldav
authorDon Armstrong <don@donarmstrong.com>
Fri, 16 Feb 2018 00:26:47 +0000 (16:26 -0800)
committerDon Armstrong <don@donarmstrong.com>
Fri, 16 Feb 2018 00:26:47 +0000 (16:26 -0800)
update_org_caldav

index a8b0b0b5b15e6c2945f8cd5b03db08eb9639902c..e02bf59508a93b43d2acf567aa917d9278a8cc74 100755 (executable)
@@ -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;