diff options
-rwxr-xr-x | tools/init/sync.sh | 2 |
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 |
18 | if [[ `cat /etc/hostname` != 'vultr' ]]; then | 18 | if [[ `cat /etc/hostname` != 'vultr' ]]; then |
19 | rsync -a --delete pham@topo.tw:~/.thunderbird/ ~/.thunderbird & | 19 | rsync -a pham@topo.tw:~/.thunderbird/ ~/.thunderbird & |
20 | fi | 20 | fi |