remainsalways commited on
Commit
3f7c4bf
·
verified ·
1 Parent(s): 50976ad

Update start

Browse files
Files changed (1) hide show
  1. start +6 -2
start CHANGED
@@ -1,3 +1,7 @@
1
- #!bin/bash
 
 
2
  python3 -m devgagan &
3
- exec python3 app.py
 
 
 
1
+ #!/bin/bash
2
+
3
+ # Start pyUltroid in the background
4
  python3 -m devgagan &
5
+
6
+ # Start server.py in the foreground
7
+ exec python3 app.py