aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xtools/init/sync.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/init/sync.sh b/tools/init/sync.sh
index 10faf04..ade8f00 100755
--- a/tools/init/sync.sh
+++ b/tools/init/sync.sh
@@ -16,5 +16,5 @@ check_upstream ~/.vim_runtime || echo in `pwd` >/dev/tty &
16 16
17# rsync 17# rsync
18if [[ `cat /etc/hostname` != 'vultr' ]]; then 18if [[ `cat /etc/hostname` != 'vultr' ]]; then
19 rsync -a --delete pham@topo.tw:~/.thunderbird/ ~/.thunderbird & 19 rsync -a pham@topo.tw:~/.thunderbird/ ~/.thunderbird &
20fi 20fi