Spaces:
Running
Running
Update startup.sh
Browse files- 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
|