From 8bd97382f0b651c2c83a211d341b37fb07136f62 Mon Sep 17 00:00:00 2001 From: william Date: Wed, 18 Sep 2024 14:18:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E5=85=A5=E5=8F=A3=E6=94=B9=E5=90=8D?= =?UTF-8?q?=EF=BC=8C=20=E5=8A=A0=E5=85=A5=E8=87=AA=E5=8A=A8=E6=9D=80?= =?UTF-8?q?=E8=BF=9B=E7=A8=8B=20=E4=BD=BF=E7=94=A8nohup=E5=9C=A8=E5=90=8E?= =?UTF-8?q?=E5=8F=B0=E8=BF=90=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index c43f1c5..6527061 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,6 +11,6 @@ steps: - name: run commands: - pip install -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple -r requirements.txt - - python3 ui.py - + - pkill chyoso_toolkit_ui.py + - nohup python3 chyoso_toolkit_ui.py > output.log 2>&1 & ... \ No newline at end of file