From 9b3afeb323d622186903652fa70c68d29f21ac5a 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, 27 Jan 2025 21:52:38 +0800 Subject: [PATCH] Update start.sh --- bin/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/start.sh b/bin/start.sh index f1df343..c3fb677 100755 --- a/bin/start.sh +++ b/bin/start.sh @@ -11,4 +11,4 @@ do kill -9 $id 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 $dir/$f1_name > $logdir/info-weather.log 2>&1 &