Qilan2 commited on
Commit
76b2399
·
verified ·
1 Parent(s): 6c406c3

Update server-ff.sh

Browse files
Files changed (1) hide show
  1. server-ff.sh +2 -2
server-ff.sh CHANGED
@@ -22,7 +22,7 @@ ls /
22
  # nohup /data/fff.sh > /data/fff.log 2>&1 &
23
 
24
 
25
- nohup python /home/vncuser/bf.py > /home/vncuser/fff.log 2>&1 &
26
  # nohup python /data/b.py > /data/b.log 2>&1 &
27
 
28
 
@@ -32,7 +32,7 @@ nohup python /home/vncuser/bf.py > /home/vncuser/fff.log 2>&1 &
32
  echo "等待 profiles.ini 文件出现..."
33
 
34
  # 设置最大等待时间和计数器
35
- max_wait=600 # 最大等待300秒(5分钟)
36
  wait_interval=5 # 每5秒检查一次
37
  elapsed=0
38
 
 
22
  # nohup /data/fff.sh > /data/fff.log 2>&1 &
23
 
24
 
25
+ # nohup python /home/vncuser/bf.py > /home/vncuser/fff.log 2>&1 &
26
  # nohup python /data/b.py > /data/b.log 2>&1 &
27
 
28
 
 
32
  echo "等待 profiles.ini 文件出现..."
33
 
34
  # 设置最大等待时间和计数器
35
+ max_wait=30 # 最大等待300秒(5分钟)
36
  wait_interval=5 # 每5秒检查一次
37
  elapsed=0
38