diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-05-01 15:27:42 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-05-01 15:27:42 +0800 |
commit | 3ebd27e2bed5539ae1c56718cb0be5654c847688 (patch) | |
tree | 0d93d626fd19c7b096fc84622011e08a6bde0664 /bin/wakeup.sh | |
parent | a7937eb2085138f24377853fb5665315637b9c7e (diff) |
Update
Diffstat (limited to 'bin/wakeup.sh')
-rwxr-xr-x | bin/wakeup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/wakeup.sh b/bin/wakeup.sh index 87d5727..d286088 100755 --- a/bin/wakeup.sh +++ b/bin/wakeup.sh | |||
@@ -11,7 +11,7 @@ find $SETTING_DIR/bin -type f -executable -exec realpath {} + | \ | |||
11 | xargs -I{} ln -sf {} $BIN_DIR | 11 | xargs -I{} ln -sf {} $BIN_DIR |
12 | 12 | ||
13 | # sync with important git repos | 13 | # sync with important git repos |
14 | ~/bin/sync.sh | 14 | setsid ~/bin/sync.sh &>>/tmp/sync |
15 | 15 | ||
16 | # Copy context file from vps | 16 | # Copy context file from vps |
17 | rsync -au vps:~/.context ~/.context | 17 | rsync -au vps:~/.context ~/.context |