From 9768b65eae1689ed1f6abc216e8f240d6ee9f56c Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Mon, 5 Apr 2021 22:12:23 +0800 Subject: update --- tools/init/exit.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tools/init/exit.sh') diff --git a/tools/init/exit.sh b/tools/init/exit.sh index 3648fa1..f24be47 100755 --- a/tools/init/exit.sh +++ b/tools/init/exit.sh @@ -1,3 +1,5 @@ #! /bin/env bash -rsync -a --delete ~/.thunderbird/ pham@topo.tw:~/.thunderbird/ & +if [[ `cat /etc/hostname` != 'vultr' ]]; then + rsync -a --delete ~/.thunderbird/ pham@topo.tw:~/.thunderbird/ & +fi -- cgit v1.2.3-70-g09d2