From ed2d7e6c120f0aa6f440dbbdc7a24f30ae553067 Mon Sep 17 00:00:00 2001 From: Yuxiang Zhang Date: Tue, 4 Feb 2020 11:59:16 +0800 Subject: [PATCH] change the log in linux.sh --- linux.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/linux.sh b/linux.sh index 1f0fc19..8351f5a 100755 --- a/linux.sh +++ b/linux.sh @@ -7,14 +7,14 @@ function repo_init() { function update_linux_git() { cd $TUNASYNC_WORKING_DIR - echo "==== SYNC linux.git START ====" + echo "==== SYNC $UPSTREAM START ====" /usr/bin/timeout -s INT 3600 git remote -v update git repack -a -b -d - echo "==== SYNC linux.git DONE ====" + echo "==== SYNC $UPSTREAM DONE ====" } if [[ ! -f "$TUNASYNC_WORKING_DIR/HEAD" ]]; then - echo "Initializing Linux.git mirror" + echo "Initializing $UPSTREAM mirror" repo_init fi