From 3ebd27e2bed5539ae1c56718cb0be5654c847688 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Mon, 1 May 2023 15:27:42 +0800 Subject: Update --- bin/init/sync.sh | 2 +- bin/wakeup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/init/sync.sh b/bin/init/sync.sh index fb939e3..7521918 100755 --- a/bin/init/sync.sh +++ b/bin/init/sync.sh @@ -23,7 +23,7 @@ while true; do which notify-send &>/dev/null && notify-send 'Repos synced' break fi -done & +done # others repo #check_upstream ~/git/tig || echo in `pwd` >/dev/tty & 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 {} + | \ xargs -I{} ln -sf {} $BIN_DIR # sync with important git repos -~/bin/sync.sh +setsid ~/bin/sync.sh &>>/tmp/sync # Copy context file from vps rsync -au vps:~/.context ~/.context -- cgit v1.2.3-70-g09d2