tejani commited on
Commit
c365ed5
·
verified ·
1 Parent(s): ac98c90

Update run.sh

Browse files
Files changed (1) hide show
  1. run.sh +5 -5
run.sh CHANGED
@@ -1,6 +1,6 @@
1
- #!/bin/bash
2
- service nginx start
3
- python -m http.server --directory ./static --bind 0.0.0.0 7860 & echo $! > http_server.pid
4
- chmod +x /home/pn/app/build/linuxBuild.x86_64
5
- #xvfb-run --auto-servernum --server-args='-screen 0 640x480x24:32' #/home/pn/app/build/linuxBuild.x86_64 -port 7777
6
  #wait $!
 
1
+ #!/bin/bash
2
+ service nginx start
3
+ python -m http.server --directory ./static --bind 0.0.0.0 7860 & echo $! > http_server.pid
4
+ chmod +x build/linuxBuild.x86_64
5
+ build/linuxBuild.x86_64 -port 7777
6
  #wait $!