Update start.sh

This commit is contained in:
星光-k
2025-01-27 21:52:10 +08:00
committed by GitHub
parent aa6df92479
commit 3541ecc135

View File

@@ -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 &