diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-04-05 10:56:21 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-04-05 10:56:21 +0800 |
| commit | d6f9174851167062f4b1ad03f5de02e107373576 (patch) | |
| tree | 590c9035e89c63a620dfb617c6848544a22ca3f0 | |
| parent | a70b917d17474240efdb40157690c63838f371c9 (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 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 |