MVPilgrim commited on
Commit
ec7361d
·
verified ·
1 Parent(s): e179858

Update startup.sh

Browse files
Files changed (1) hide show
  1. startup.sh +3 -0
startup.sh CHANGED
@@ -1,5 +1,8 @@
1
  #! /bin/bash
2
 
 
 
 
3
  echo "#### Before /app/weaviate"
4
  /app/weaviate --host 127.0.0.1 --port 8080 --scheme http &
5
 
 
1
  #! /bin/bash
2
 
3
+ echo "#### head /app/weaviate"
4
+ head -10 /app/weaviate
5
+
6
  echo "#### Before /app/weaviate"
7
  /app/weaviate --host 127.0.0.1 --port 8080 --scheme http &
8