MVPilgrim commited on
Commit
724c237
·
verified ·
1 Parent(s): f1ba378

Update startup.sh

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