summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/config.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index 91c0c99..f7b750b 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -1308,9 +1308,6 @@ function system_start_ftp_helpers() {
$helpers = exec("/bin/ps awux | grep \"/usr/local/sbin/pftpx -c {$port}\" | grep -v grep | sed \"s/ */ /g\"");
if(!$helpers && $ip)
mwexec("/usr/local/sbin/pftpx -c {$port} -g 8021 {$ip}");
- $helpers = exec("/bin/ps awux | grep \"/usr/local/sbin/ftpsesame -i {$int}\" | grep -v grep | sed \"s/ */ /g\"");
- if(!$helpers && $ip)
- mwexec("/usr/local/sbin/ftpsesame -i {$int} -t ftpsesame");
$interface_counter++;
}
}
OpenPOWER on IntegriCloud