aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/init/exit.sh
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2021-04-06 08:45:51 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2021-04-06 08:45:51 +0800
commitfeff9da066006c502c92da88f777e9585b1c0ea3 (patch)
tree7092fb5de8af5f9a2f354c9ca271c0243fda42b4 /tools/init/exit.sh
parent16bc954499be4782b3dfe3b8bcddbcd342a39747 (diff)
update
Diffstat (limited to 'tools/init/exit.sh')
-rwxr-xr-xtools/init/exit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/init/exit.sh b/tools/init/exit.sh
index f24be47..c16bd3d 100755
--- a/tools/init/exit.sh
+++ b/tools/init/exit.sh
@@ -1,5 +1,5 @@
1#! /bin/env bash 1#! /bin/env bash
2 2
3if [[ `cat /etc/hostname` != 'vultr' ]]; then 3if [[ `cat /etc/hostname` != 'vultr' ]]; then
4 rsync -a --delete ~/.thunderbird/ pham@topo.tw:~/.thunderbird/ & 4 rsync -a --delete ~/.thunderbird/ pham@topo.tw:~/.thunderbird &
5fi 5fi