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

Update startup.sh

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