chansung commited on
Commit
de83a9a
1 Parent(s): 7dc799c

Update entry_script.sh

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