aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2021-04-05 10:56:21 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2021-04-05 10:56:21 +0800
commitd6f9174851167062f4b1ad03f5de02e107373576 (patch)
tree590c9035e89c63a620dfb617c6848544a22ca3f0
parenta70b917d17474240efdb40157690c63838f371c9 (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 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