Update start_server.sh
parent
cca62a4176
commit
3974154732
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
git pull
|
git pull
|
||||||
# Set the desired remote host where the "<>" is
|
# Set the desired remote host where the "<>" is
|
||||||
export SD_URL=http://level:7860
|
export SD_URL=http://127.0.0.1:7860
|
||||||
|
|
||||||
# Check if the desired environment exists
|
# Check if the desired environment exists
|
||||||
if [ ! -d "server_env" ]; then
|
if [ ! -d "server_env" ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue