mirror of
https://github.com/NapNeko/NapCat-Docker.git
synced 2025-12-19 06:30:12 +08:00
修复反向ws连接url错误
This commit is contained in:
parent
ebd0cdcdbf
commit
37c717c325
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user