From a53f78888677861cfa53cd3565b5c33acce37890 Mon Sep 17 00:00:00 2001 From: hanhh <18330117883@163.com> Date: Sun, 13 Jun 2021 18:37:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0shell=20token=E8=8E=B7?= =?UTF-8?q?=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/api.sh | 2 ++ shell/update.sh | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/api.sh b/shell/api.sh index 2c2384c2..c58242b8 100755 --- a/shell/api.sh +++ b/shell/api.sh @@ -173,3 +173,5 @@ update_cron_status() { echo -e "失败(${message})" fi } + +get_token \ No newline at end of file diff --git a/shell/update.sh b/shell/update.sh index 21fac8b9..70e0bddd 100755 --- a/shell/update.sh +++ b/shell/update.sh @@ -7,8 +7,6 @@ dir_shell=/ql/shell send_mark=$dir_shell/send_mark -get_token - ## 重置仓库remote url,docker专用,$1:要重置的目录,$2:要重置为的网址 reset_romote_url() { local dir_current=$(pwd)