Skip to content

Commit

Permalink
Fix bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
1715173329 authored Aug 28, 2018
1 parent 87681fd commit 8f5149c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ cat <<-EOF > "/v2raybin/v2ray-${v2ray_version}-linux-${System_bit}/config.json"
"clients":[
{
"id":"${UUID}",
"level":"${Level}",
"alterId":"${AlterID}"
"level":${Level},
"alterId":${AlterID}
}
]
},
Expand Down

0 comments on commit 8f5149c

Please sign in to comment.