aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2021-03-31 18:47:08 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2021-03-31 18:47:08 +0800
commit9cae8a8e2f3f2d814e41746c85f1031797c12462 (patch)
tree3ac9f15579b6fb49140e34d0be1c91586560b696
parentf23176a99b71d5ba96fed72b9152280b7b2021d3 (diff)
update
-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 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
18if [[ `cat /etc/hostname` != 'vultr' ]]; then 18if [[ `cat /etc/hostname` != 'vultr' ]]; then
19 rsync -a pham@topo.tw:~/.thunderbird ~/.thunderbird & 19 rsync -a --delete pham@topo.tw:~/.thunderbird/ ~/.thunderbird &
20fi 20fi