MVPilgrim commited on
Commit
2c67f45
·
verified ·
1 Parent(s): 27acc27

Update startup.sh

Browse files
Files changed (1) hide show
  1. 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