From efaec8f3f87f925bdd9a2e56aad230887467ef13 Mon Sep 17 00:00:00 2001 From: Leon <62660101+Oreomeow@users.noreply.github.com> Date: Mon, 2 Aug 2021 11:20:46 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/sh/1custom.sh | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Scripts/sh/1custom.sh b/Scripts/sh/1custom.sh index 6df0efb..0a4b8ac 100644 --- a/Scripts/sh/1custom.sh +++ b/Scripts/sh/1custom.sh @@ -215,23 +215,22 @@ set_bot_json(){ sed -i "s/456423156/${api_id}/" $bot_json sed -i "s/ASDFAWEFADSFAWEFDSFASFD/${api_hash}/" $bot_json } -# 重启 -ql_restart(){ - ql restart +# 再运行一次 ql bot +run_ql_bot(){ + ql bot } if [ "${all}" = 1 ]; then - add_ql_bot && set_bot_json && ql_restart + add_ql_bot && set_bot_json && run_ql_bot else case ${bot} in 0) echo "已为您跳过 bot 操作" ;; 1) add_ql_bot ;; - 2) add_ql_bot && set_bot_json && ql_restart + 2) add_ql_bot && set_bot_json && run_ql_bot esac fi - # 添加定时任务 自动更新模板 add_curl_sample(){ if [ "$(grep -c "config.sample.sh" /ql/config/crontab.list)" != 0 ]; then