Spaces:
Runtime error
Runtime error
Update entry_script.sh
Browse files- entry_script.sh +2 -5
entry_script.sh
CHANGED
@@ -1,7 +1,4 @@
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
-
python
|
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
|
|
|
|
|
|