]> git.donarmstrong.com Git - bin.git/blobdiff - update_mobile_org
switch hosts for update_mobile_org
[bin.git] / 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;
-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;