aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xbin/init/sync.sh2
-rwxr-xr-xbin/wakeup.sh2
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
23 which notify-send &>/dev/null && notify-send 'Repos synced' 23 which notify-send &>/dev/null && notify-send 'Repos synced'
24 break 24 break
25 fi 25 fi
26done & 26done
27 27
28# others repo 28# others repo
29#check_upstream ~/git/tig || echo in `pwd` >/dev/tty & 29#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 {} + | \
11xargs -I{} ln -sf {} $BIN_DIR 11xargs -I{} ln -sf {} $BIN_DIR
12 12
13# sync with important git repos 13# sync with important git repos
14~/bin/sync.sh 14setsid ~/bin/sync.sh &>>/tmp/sync
15 15
16# Copy context file from vps 16# Copy context file from vps
17rsync -au vps:~/.context ~/.context 17rsync -au vps:~/.context ~/.context