wprobe: fix tcp port for the proxy mode in the init script

SVN-Revision: 17278
This commit is contained in:
Felix Fietkau 2009-08-15 21:31:41 +00:00
parent 824c0095c6
commit d8641e67e1

View File

@ -25,7 +25,7 @@ config_wprobe() {
start_proxy() {
config_get port "$cfg" port
wprobe_ssd -S proxy "$UTIL" -P -p "${port:-19770}"
wprobe_ssd -S proxy "$UTIL" -P -p "${port:-17990}"
}
start_ipfix() {