Spaces:
Running
Running
Update startup.sh
Browse files- startup.sh +3 -0
startup.sh
CHANGED
@@ -42,6 +42,9 @@ sleep 60
|
|
42 |
echo "#### Before /app/semsearch.py"
|
43 |
python /app/semsearch.py &
|
44 |
|
|
|
|
|
|
|
45 |
wait
|
46 |
|
47 |
|
|
|
42 |
echo "#### Before /app/semsearch.py"
|
43 |
python /app/semsearch.py &
|
44 |
|
45 |
+
# Display timestamps.
|
46 |
+
date; sleep 60 &
|
47 |
+
|
48 |
wait
|
49 |
|
50 |
|