Qilan2 commited on
Commit
8b8b9ae
·
verified ·
1 Parent(s): 67a8c41

Update server-ff.sh

Browse files
Files changed (1) hide show
  1. 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
- # 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 # 日志既写入文件,又能在终端看到
 
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 # 日志既写入文件,又能在终端看到