]> git.donarmstrong.com Git - bin.git/blobdiff - update_mobile_org
remove convert_to_xls and .sa_bin
[bin.git] / update_mobile_org
index 41f898af4a352aa3f53c3ae3e0d8c796c083b6c3..f154fbd7b702755b345f15f81ac8b7bcea1ccb33 100755 (executable)
@@ -9,10 +9,10 @@ LOCKFILE=$TMPDIR/update_mobile_org
 if [ -n "$PS1" ]; then
     LOCKOPTS=-f;
 fi;
-LOCKIT=with-lock-ex $LOCKOPTS $LOCKFILE
-TIMEOUT=timeout -k1m 1m
+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;