diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-04-05 22:12:23 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-04-05 22:12:23 +0800 |
commit | 9768b65eae1689ed1f6abc216e8f240d6ee9f56c (patch) | |
tree | 51a8b39f686ecf7b38793fcb340f78f8bbb16d17 /tools/init/exit.sh | |
parent | c1ee0c40236af97304cfb13bef92b022ead2da1e (diff) |
update
Diffstat (limited to 'tools/init/exit.sh')
-rwxr-xr-x | tools/init/exit.sh | 4 |
1 files changed, 3 insertions, 1 deletions
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 @@ | |||
1 | #! /bin/env bash | 1 | #! /bin/env bash |
2 | 2 | ||
3 | rsync -a --delete ~/.thunderbird/ pham@topo.tw:~/.thunderbird/ & | 3 | if [[ `cat /etc/hostname` != 'vultr' ]]; then |
4 | rsync -a --delete ~/.thunderbird/ pham@topo.tw:~/.thunderbird/ & | ||
5 | fi | ||