diff options
Diffstat (limited to 'tools/init/sync.sh')
-rwxr-xr-x | tools/init/sync.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/init/sync.sh b/tools/init/sync.sh index 8f23dbe..50e07f9 100755 --- a/tools/init/sync.sh +++ b/tools/init/sync.sh | |||
@@ -15,4 +15,6 @@ check_upstream ~/git/tig || echo in `pwd` >/dev/tty & | |||
15 | check_upstream ~/.vim_runtime || echo in `pwd` >/dev/tty & | 15 | check_upstream ~/.vim_runtime || echo in `pwd` >/dev/tty & |
16 | 16 | ||
17 | # thunderbird | 17 | # thunderbird |
18 | rsync -a pham@topo.tw:~/.thunderbird/ ~/.thunderbird/ & | 18 | if [[ `cat /etc/hostname` != 'vultr' ]]; then |
19 | rsync -a pham@topo.tw:~/.thunderbird/ ~/.thunderbird & | ||
20 | fi | ||