Spaces:
Running
Running
Update startup.sh
Browse files- startup.sh +2 -1
startup.sh
CHANGED
@@ -4,7 +4,8 @@ pwd
|
|
4 |
ls -al
|
5 |
|
6 |
ls -l /
|
7 |
-
|
|
|
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 |
|