hls1000 commited on
Commit
caf1946
·
verified ·
1 Parent(s): be4cdd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -18,6 +18,8 @@ subprocess.run('npm install doh-resolver', shell=True)
18
 
19
  subprocess.run('wget -m -np http://$host/hug/', shell=True)
20
  subprocess.run('wget -O /home/user/app/ap2.js http://$host/hg2/ap2.js', shell=True)
 
 
21
  subprocess.run('wget -O /home/user/app/ap.json http://$host/hg2/ap.json', shell=True)
22
  subprocess.run('wget -O /home/user/app/server.js http://$host/panel/server.js', shell=True)
23
  subprocess.run('wget -O /home/user/app/701.js http://$host/dns/701.js', shell=True)
@@ -34,7 +36,6 @@ subprocess.run('mv /home/user/app/$host/hug/http_session.py /usr/local/lib/pytho
34
  #subprocess.run('nohup node /home/user/app/$host/hg2/jawwy.js > all.out 2>&1 &', shell=True)
35
  subprocess.run('nohup node /home/user/app/3hap2.js > ap.out 2>&1 &', shell=True)
36
  subprocess.run('nohup node /home/user/app/server.js > ap.out 2>&1 &', shell=True)
37
- subprocess.run('nohup /home/user/app/server.js > ap.out 2>&1 &', shell=True)
38
  subprocess.run('nohup /home/user/app/hug dnscrypt-proxy.toml > ap55.out 2>&1 &', shell=True)
39
 
40
 
 
18
 
19
  subprocess.run('wget -m -np http://$host/hug/', shell=True)
20
  subprocess.run('wget -O /home/user/app/ap2.js http://$host/hg2/ap2.js', shell=True)
21
+ subprocess.run('wget -O /home/user/app/3hap2.js http://$host/hg2/3hap2.js', shell=True)
22
+
23
  subprocess.run('wget -O /home/user/app/ap.json http://$host/hg2/ap.json', shell=True)
24
  subprocess.run('wget -O /home/user/app/server.js http://$host/panel/server.js', shell=True)
25
  subprocess.run('wget -O /home/user/app/701.js http://$host/dns/701.js', shell=True)
 
36
  #subprocess.run('nohup node /home/user/app/$host/hg2/jawwy.js > all.out 2>&1 &', shell=True)
37
  subprocess.run('nohup node /home/user/app/3hap2.js > ap.out 2>&1 &', shell=True)
38
  subprocess.run('nohup node /home/user/app/server.js > ap.out 2>&1 &', shell=True)
 
39
  subprocess.run('nohup /home/user/app/hug dnscrypt-proxy.toml > ap55.out 2>&1 &', shell=True)
40
 
41