From c0e0fc08d502732268f973b2170e87e6d2670bb4 Mon Sep 17 00:00:00 2001 From: william Date: Wed, 18 Sep 2024 14:27:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6d74ddb..6b67bd5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ steps: - name: run commands: - pip install -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple -r requirements.txt - - chomd +x kill_ui.sh + - chmod +x kill_ui.sh - ./kill_ui.sh - nohup python3 chyoso_toolkit_ui.py > output.log 2>&1 & ... \ No newline at end of file