From cf8a4dab0fbd15285a836b883b1bd886c08f25d4 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 2 Jun 2005 04:01:20 +0000 Subject: Thats -p not -i --- etc/inc/config.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/inc/config.inc b/etc/inc/config.inc index a83dc16..e83f054 100644 --- a/etc/inc/config.inc +++ b/etc/inc/config.inc @@ -964,7 +964,7 @@ function system_start_ftp_helpers() { if($config['system']['disableftpproxy'] <> "") return; $wanif = get_real_wan_interface(); $ip = find_interface_ip($wanif); - mwexec("/usr/local/sbin/pftpx -g 8021 -i {$ip}"); + mwexec("/usr/local/sbin/pftpx -g 8021 -p {$ip}"); } function cleanup_backupcache($revisions = "all") { -- cgit v1.1