remainsalways commited on
Commit
1ac25a5
·
verified ·
1 Parent(s): 0204f56

Update start

Browse files
Files changed (1) hide show
  1. start +1 -5
start CHANGED
@@ -1,10 +1,6 @@
1
  #!/bin/bash
2
 
3
  # Start devgagan and log output
4
- python3 -m devgagan
5
-
6
- # Ensure the background process doesn't exit prematurely
7
- sleep 5
8
-
9
  # Start app.py in the foreground
10
  exec python3 server.py
 
1
  #!/bin/bash
2
 
3
  # Start devgagan and log output
4
+ python3 -m devgagan &
 
 
 
 
5
  # Start app.py in the foreground
6
  exec python3 server.py