From: Don Armstrong Date: Mon, 31 Oct 2016 00:59:10 +0000 (-0700) Subject: switch hosts for update_mobile_org X-Git-Url: https://git.donarmstrong.com/?p=bin.git;a=commitdiff_plain;h=6624eff777ffe8ae30046d62897b131215475d11 switch hosts for update_mobile_org --- diff --git a/update_mobile_org b/update_mobile_org index 3f54a16..f154fbd 100755 --- a/update_mobile_org +++ b/update_mobile_org @@ -12,7 +12,7 @@ fi; LOCKIT="with-lock-ex $LOCKOPTS $LOCKFILE" TIMEOUT="timeout -k1m 1m" ${LOCKIT} ${TIMEOUT} mr -d ~/org-mode up; -if [ "$HOSTNAME" = "rzlab" ]; then +if [ "$HOSTNAME" = "linnode" ]; then ${LOCKIT} ${TIMEOUT} mr -d ~/projects/org-notes up; else ${LOCKIT} ${TIMEOUT} emacsclient -n -e '(org-save-all-org-buffers)' >/dev/null 2>&1;