remainsalways commited on
Commit
d544df2
·
verified ·
1 Parent(s): f83864a

Update start

Browse files
Files changed (1) hide show
  1. start +1 -1
start CHANGED
@@ -1,7 +1,7 @@
1
  #!/bin/bash
2
 
3
  # Start devgagan and log output
4
- python3 -m devgagan > devgagan.log 2>&1 &
5
 
6
  # Ensure the background process doesn't exit prematurely
7
  sleep 5
 
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