Spaces:
Sleeping
Sleeping
Update start
Browse files
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
|