From 9e5114b7bd049c3bffd37874a05f883de7a2d4bb 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: Sun, 19 Jan 2025 05:47:17 +0800 Subject: [PATCH] Update start.sh --- bin/start.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/start.sh b/bin/start.sh index ba5000c..f8162ed 100755 --- a/bin/start.sh +++ b/bin/start.sh @@ -14,4 +14,3 @@ do done nohup /usr/bin/python3 -u $dir/$f_name > $logdir/info.log 2>&1 & nohup /usr/bin/python3 -u $dir/$f1_name > $logdir/info-wenter.log 2>&1 & -#nohup /usr/bin/python3 -u $appdir/$f2_name > $logdir/info-app.log 2>&1 &