Update start.sh

This commit is contained in:
星光-k
2025-01-27 21:52:38 +08:00
committed by GitHub
parent 2d3459f3d0
commit 9b3afeb323

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 &