chansung commited on
Commit
1e8d05a
·
1 Parent(s): b358645

Update entry_script.sh

Browse files
Files changed (1) hide show
  1. entry_script.sh +2 -4
entry_script.sh CHANGED
@@ -1,7 +1,5 @@
1
  #!/bin/bash
2
 
3
- python health_check_gradio.py > log2.log &
4
 
5
- python entry_point.py > log1.log &
6
-
7
- tail -f log2.log
 
1
  #!/bin/bash
2
 
3
+ python health_check_200.py > log2.log &
4
 
5
+ python entry_point.py > log1.log &