fix typo in address
parent
bd6aa5ce8d
commit
c32c16a03c
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Set the desired remote host where the "<>" is
|
# Set the desired remote host where the "<>" is
|
||||||
export SD_URL=http://<>: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