mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-19 08:17:49 +02:00
fix typo
This commit is contained in:
parent
b005332840
commit
4b89c3e7a5
@ -72,7 +72,7 @@ export SD_UI_PATH=`pwd`/ui
|
|||||||
export ED_BIND_PORT="$( python scripts/get_config.py --default=9000 net listen_port )"
|
export ED_BIND_PORT="$( python scripts/get_config.py --default=9000 net listen_port )"
|
||||||
case "$( python scripts/get_config.py --default=False net listen_to_network )" in
|
case "$( python scripts/get_config.py --default=False net listen_to_network )" in
|
||||||
"True")
|
"True")
|
||||||
export ED_BIND_IP=$( python scripts/get_config.py --default=0.0.0.0) net bind_ip)
|
export ED_BIND_IP=$( python scripts/get_config.py --default=0.0.0.0 net bind_ip)
|
||||||
;;
|
;;
|
||||||
"False")
|
"False")
|
||||||
export ED_BIND_IP=127.0.0.1
|
export ED_BIND_IP=127.0.0.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user