Spaces:
Runtime error
Runtime error
Update entry_script.sh
Browse files- entry_script.sh +2 -3
entry_script.sh
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
-
|
|
|
4 |
python entry_point.py > log1.log &
|
5 |
|
6 |
-
# Start the second process
|
7 |
-
python health_check.py > log2.log &
|
8 |
|
9 |
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 |
|
8 |
tail -f log1.log
|