diff options
Diffstat (limited to 'ftp_wizard')
-rwxr-xr-x | ftp_wizard/Proftpd.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp_wizard/Proftpd.pm b/ftp_wizard/Proftpd.pm index d3671348..d7b2e81d 100755 --- a/ftp_wizard/Proftpd.pm +++ b/ftp_wizard/Proftpd.pm @@ -316,7 +316,7 @@ sub do_it { add_options($cle, $val); } - services::restart_or_start('proftpd'); + reload_or_restart('proftpd'); check_started('proftpd'); } |