From 37c717c3253b5463e4a4880871909e3e6488fa3b Mon Sep 17 00:00:00 2001 From: ForE Date: Mon, 15 Apr 2024 14:30:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8F=8D=E5=90=91ws=E8=BF=9E?= =?UTF-8?q?=E6=8E=A5url=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index aa863a3..ed8b31b 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -51,7 +51,7 @@ if [ ! -f "$CONFIG_PATH" ]; then fi if [ "$WS_URLS" ]; then - sed -i "s/WS_URLS/$WS_URLS/" $CONFIG_PATH + sed -i "s#WS_URLS#$WS_URLS#" $CONFIG_PATH else sed -i "s/\"WS_URLS\"/\"\"/" $CONFIG_PATH fi