From feff9da066006c502c92da88f777e9585b1c0ea3 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Tue, 6 Apr 2021 08:45:51 +0800 Subject: update --- tools/init/sync.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tools/init/sync.sh') diff --git a/tools/init/sync.sh b/tools/init/sync.sh index 8f23dbe..50e07f9 100755 --- a/tools/init/sync.sh +++ b/tools/init/sync.sh @@ -15,4 +15,6 @@ check_upstream ~/git/tig || echo in `pwd` >/dev/tty & check_upstream ~/.vim_runtime || echo in `pwd` >/dev/tty & # thunderbird -rsync -a pham@topo.tw:~/.thunderbird/ ~/.thunderbird/ & +if [[ `cat /etc/hostname` != 'vultr' ]]; then + rsync -a pham@topo.tw:~/.thunderbird/ ~/.thunderbird & +fi -- cgit v1.2.3-70-g09d2