Update start_server.sh

pull/53/head
Kyxsune 2023-01-14 02:03:23 -05:00 committed by GitHub
parent cca62a4176
commit 3974154732
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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