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