mirror of
https://github.com/NapNeko/NapCat-Docker.git
synced 2025-12-18 22:06:41 +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
|
||||
},
|
||||
"GroupLocalTime":{
|
||||
Record: false,
|
||||
RecordList: []
|
||||
"Record": false,
|
||||
"RecordList": []
|
||||
},
|
||||
"debug": ${DEBUG_ENABLE},
|
||||
"heartInterval": ${HEART_INTERVAL},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user