MVPilgrim commited on
Commit
d996f19
·
verified ·
1 Parent(s): e9a8791

Update startup.sh

Browse files
Files changed (1) hide show
  1. startup.sh +2 -1
startup.sh CHANGED
@@ -4,7 +4,8 @@ pwd
4
  ls -al
5
 
6
  ls -l /
7
- ls -l /bin
 
8
 
9
  /bin/weaviate --host 127.0.0.1 --port 8080 --scheme http &
10
 
 
4
  ls -al
5
 
6
  ls -l /
7
+ cd /bin
8
+ ls -l
9
 
10
  /bin/weaviate --host 127.0.0.1 --port 8080 --scheme http &
11