summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHandingkang <[email protected]>2023-10-18 16:34:12 +0800
committerHandingkang <[email protected]>2023-10-18 16:34:12 +0800
commit2092bc9eae9f29b9f32f1539cabd3c2d310c968e (patch)
treebaad3f2ee3151475cab0882fd9b6f93bce9f8d7e
parent82782988471b0ec36eb5967037263b60620f3b9c (diff)
启动脚本更新
-rw-r--r--start.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/start.sh b/start.sh
index 49d96da..be96bab 100644
--- a/start.sh
+++ b/start.sh
@@ -1,6 +1,7 @@
#!/bin/bash
cd ./plugin/v64dns/analyze/pb/
-python3 ./analyzer.py &
+nohup python3 -u analyzer.py >/dev/null 2>error.log 2>&1 &
+# python3 ./analyzer.py > python.log
cd /project/ohmydns2
./ohmydns2 \ No newline at end of file