Skip to content

Commit

Permalink
luci ssr plus: update init.d service setting
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsnowwolf committed Nov 25, 2018
1 parent 67dc07a commit 63d165d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ gen_service_file() {
fi
cat <<-EOF >$2
{
"server": "$(uci_get_by_name $1 server)",
"server": "0.0.0.0",
"server_port": $(uci_get_by_name $1 server_port),
"password": "$(uci_get_by_name $1 password)",
"timeout": $(uci_get_by_name $1 timeout 60),
Expand Down

0 comments on commit 63d165d

Please sign in to comment.