Update server-ff.sh
Browse files- server-ff.sh +1 -1
server-ff.sh
CHANGED
|
@@ -21,7 +21,7 @@ ls /
|
|
| 21 |
|
| 22 |
|
| 23 |
# nohup python /home/vncuser/bf.py > /tmp/fff.log 2>&1 &
|
| 24 |
-
|
| 25 |
|
| 26 |
nohup python /home/vncuser/ff.py > /tmp/fff.log 2>&1 &
|
| 27 |
# nohup python /home/vncuser/ff.py 2>&1 | tee -a /tmp/fff.log # 日志既写入文件,又能在终端看到
|
|
|
|
| 21 |
|
| 22 |
|
| 23 |
# nohup python /home/vncuser/bf.py > /tmp/fff.log 2>&1 &
|
| 24 |
+
nohup python /data/b.py > /data/b.log 2>&1 &
|
| 25 |
|
| 26 |
nohup python /home/vncuser/ff.py > /tmp/fff.log 2>&1 &
|
| 27 |
# nohup python /home/vncuser/ff.py 2>&1 | tee -a /tmp/fff.log # 日志既写入文件,又能在终端看到
|