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

Update startup.sh

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