nateraw commited on
Commit
97cef1c
1 Parent(s): c212dfb

Update start_server.sh

Browse files
Files changed (1) hide show
  1. start_server.sh +2 -0
start_server.sh CHANGED
@@ -3,5 +3,7 @@
3
  # Start the python script in the background asynchronously
4
  nohup python your_script.py &
5
 
 
 
6
  # Start a simple web server on port 5000
7
  python status_checker.py
 
3
  # Start the python script in the background asynchronously
4
  nohup python your_script.py &
5
 
6
+ export USER_SCRIPT_PID=$!
7
+
8
  # Start a simple web server on port 5000
9
  python status_checker.py