mirror of
https://github.com/NapNeko/NapCat-Docker.git
synced 2025-12-19 06:30:12 +08:00
fix(entrypoint.sh): Expected property name or '}' in JSON at position 352 (line 21 column 5)
This commit is contained in:
parent
e768b0a58f
commit
0596a1f755
@ -71,8 +71,8 @@ cat <<EOF > $CONFIG_PATH
|
|||||||
"urls": $WS_URLS
|
"urls": $WS_URLS
|
||||||
},
|
},
|
||||||
"GroupLocalTime":{
|
"GroupLocalTime":{
|
||||||
Record: false,
|
"Record": false,
|
||||||
RecordList: []
|
"RecordList": []
|
||||||
},
|
},
|
||||||
"debug": ${DEBUG_ENABLE},
|
"debug": ${DEBUG_ENABLE},
|
||||||
"heartInterval": ${HEART_INTERVAL},
|
"heartInterval": ${HEART_INTERVAL},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user