]> git.donarmstrong.com Git - bin.git/commitdiff
switch hosts for update_mobile_org
authorDon Armstrong <don@donarmstrong.com>
Mon, 31 Oct 2016 00:59:10 +0000 (17:59 -0700)
committerDon Armstrong <don@donarmstrong.com>
Mon, 31 Oct 2016 00:59:10 +0000 (17:59 -0700)
update_mobile_org

index 3f54a16aa387e2615cc84dc8cec15c42444e3047..f154fbd7b702755b345f15f81ac8b7bcea1ccb33 100755 (executable)
@@ -12,7 +12,7 @@ fi;
 LOCKIT="with-lock-ex $LOCKOPTS $LOCKFILE"
 TIMEOUT="timeout -k1m 1m"
 ${LOCKIT} ${TIMEOUT} mr -d ~/org-mode up;
 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;
     ${LOCKIT} ${TIMEOUT} mr -d ~/projects/org-notes up;
 else
     ${LOCKIT} ${TIMEOUT} emacsclient -n -e '(org-save-all-org-buffers)' >/dev/null 2>&1;