diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-03-31 18:47:08 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-03-31 18:47:08 +0800 |
commit | 9cae8a8e2f3f2d814e41746c85f1031797c12462 (patch) | |
tree | 3ac9f15579b6fb49140e34d0be1c91586560b696 | |
parent | f23176a99b71d5ba96fed72b9152280b7b2021d3 (diff) |
update
-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 58469c4..10faf04 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 pham@topo.tw:~/.thunderbird ~/.thunderbird & | 19 | rsync -a --delete pham@topo.tw:~/.thunderbird/ ~/.thunderbird & |
20 | fi | 20 | fi |