From 1908bceec9eada9fba8431cec6b95b40cb166143 Mon Sep 17 00:00:00 2001 From: "xiongdian.me" Date: Sat, 21 Jan 2023 15:28:55 +0800 Subject: [PATCH] update.sh: will send online beacon --- .update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.update.sh b/.update.sh index 322ee86..4342d28 100644 --- a/.update.sh +++ b/.update.sh @@ -7,6 +7,9 @@ source "$THIS_DIR/tools/common.sh" DFS_UPDATED_RET=${DFS_UPDATED_RET:-0} DFS_UPDATE_CHANNEL=${DFS_UPDATE_CHANNEL:-"main"} +# send beacon online +apost_beacon "sys.online" + # fetch origin cd $DOTFILES git fetch --all --prune