From b3feb795408aa2c592831c2b905badf35f9f4d04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=85=89-k?= <36470587+kxgx@users.noreply.github.com> Date: Mon, 13 Jan 2025 17:50:01 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20start.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/start.sh b/bin/start.sh index c1c1119..039ee20 100755 --- a/bin/start.sh +++ b/bin/start.sh @@ -12,4 +12,4 @@ for pid in $pids; do done # 创建一个新的screen会话并运行Python脚本 -screen -dmS $screen_name /usr/bin/python3 -u $dir/$f_name > $logdir/log/info.log 2>&1 \ No newline at end of file +screen -dmS $screen_name /usr/bin/python3 -u $dir/$f_name 2>&1 \ No newline at end of file