Qilan2 commited on
Commit
a1b5522
·
verified ·
1 Parent(s): cfc69fa

Update server-ff.sh

Browse files
Files changed (1) hide show
  1. server-ff.sh +1 -1
server-ff.sh CHANGED
@@ -23,7 +23,7 @@ ls /
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 # 日志既写入文件,又能在终端看到
28
 
29
 
 
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 /data/ff.py > /tmp/fff.log 2>&1 &
27
  # nohup python /home/vncuser/ff.py 2>&1 | tee -a /tmp/fff.log # 日志既写入文件,又能在终端看到
28
 
29