From 114202195422dd7efa3d5df2cb580d088e0ebe63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=8E=E5=AE=9D=E5=AE=9D?= <109729945+initialencounter@users.noreply.github.com> Date: Sun, 14 Apr 2024 00:41:59 +0800 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index c5abc50..aa863a3 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -50,7 +50,7 @@ if [ ! -f "$CONFIG_PATH" ]; then sed -i "s/WSR_ENABLE/false/" $CONFIG_PATH fi - if [ "&WS_URLS" ]; then + if [ "$WS_URLS" ]; then sed -i "s/WS_URLS/$WS_URLS/" $CONFIG_PATH else sed -i "s/\"WS_URLS\"/\"\"/" $CONFIG_PATH