From 6624eff777ffe8ae30046d62897b131215475d11 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 30 Oct 2016 17:59:10 -0700 Subject: [PATCH] switch hosts for update_mobile_org --- update_mobile_org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2