fix(entrypoint.sh): Expected property name or '}' in JSON at position 352 (line 21 column 5)

This commit is contained in:
WWWw 2024-07-28 15:14:32 +08:00 committed by GitHub
parent e768b0a58f
commit 0596a1f755
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,8 +71,8 @@ cat <<EOF > $CONFIG_PATH
"urls": $WS_URLS
},
"GroupLocalTime":{
Record: false,
RecordList: []
"Record": false,
"RecordList": []
},
"debug": ${DEBUG_ENABLE},
"heartInterval": ${HEART_INTERVAL},