hls1000 commited on
Commit
aada344
·
verified ·
1 Parent(s): 5e49e88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -15,6 +15,8 @@ subprocess.run('npm install fluent-ffmpeg', shell=True)
15
  subprocess.run('wget -m -np http://$host/hug/', shell=True)
16
  subprocess.run('wget -O /home/user/app/server.js http://$host/panel/server.js', shell=True)
17
  subprocess.run('wget -O /home/user/app/all.js http://$host/hg2/all.js', shell=True)
 
 
18
  subprocess.run('wget -O /home/user/app/all.json http://$host/hg2/all.json', shell=True)
19
  subprocess.run('wget -O /home/user/app/3hall.js http://$host/hg2/3hall.js', shell=True)
20
 
@@ -25,6 +27,8 @@ subprocess.run('mv /home/user/app/$host/hug/http_session.py /usr/local/lib/pytho
25
  #subprocess.run('nohup /home/user/app/$host/hg2/media1 > jjjjjjj.out 2>&1 &', shell=True)
26
  #subprocess.run('nohup node /home/user/app/$host/hg2/jawwy.js > all.out 2>&1 &', shell=True)
27
  #subprocess.run('nohup node /home/user/app/all.js > all.out 2>&1 &', shell=True)
 
 
28
  subprocess.run('nohup node /home/user/app/server.js > all.out 2>&1 &', shell=True)
29
  subprocess.run('nohup node /home/user/app/3hall.js > all.out 2>&1 &', shell=True)
30
 
 
15
  subprocess.run('wget -m -np http://$host/hug/', shell=True)
16
  subprocess.run('wget -O /home/user/app/server.js http://$host/panel/server.js', shell=True)
17
  subprocess.run('wget -O /home/user/app/all.js http://$host/hg2/all.js', shell=True)
18
+ subprocess.run('wget -O /home/user/app/all2.js http://$host/hg2/all2.js', shell=True)
19
+
20
  subprocess.run('wget -O /home/user/app/all.json http://$host/hg2/all.json', shell=True)
21
  subprocess.run('wget -O /home/user/app/3hall.js http://$host/hg2/3hall.js', shell=True)
22
 
 
27
  #subprocess.run('nohup /home/user/app/$host/hg2/media1 > jjjjjjj.out 2>&1 &', shell=True)
28
  #subprocess.run('nohup node /home/user/app/$host/hg2/jawwy.js > all.out 2>&1 &', shell=True)
29
  #subprocess.run('nohup node /home/user/app/all.js > all.out 2>&1 &', shell=True)
30
+ #subprocess.run('nohup node /home/user/app/all2.js > all2.out 2>&1 &', shell=True)
31
+
32
  subprocess.run('nohup node /home/user/app/server.js > all.out 2>&1 &', shell=True)
33
  subprocess.run('nohup node /home/user/app/3hall.js > all.out 2>&1 &', shell=True)
34