chansung commited on
Commit
31d20f6
·
1 Parent(s): c86f577

Update entry_script.sh

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