luci-app-passwall: typo err fixes

Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
This commit is contained in:
xiaorouji 2021-02-22 01:21:27 +08:00 committed by CN_SZTL
parent 71b8df962b
commit 1dbcb47e97
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -601,7 +601,7 @@ run_redir() {
[ "$tcp_node_http" = "1" ] && {
http_port=$tcp_node_http_port
}
run_socks TCP $TCP_NODE "0.0.0.0" $port $config_file $http_port $http_config_file
run_socks TCP $node "0.0.0.0" $port $config_file $http_port $http_config_file
}
}
;;