aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pure-ftpd.xml
diff options
context:
space:
mode:
Diffstat (limited to 'packages/pure-ftpd.xml')
-rw-r--r--packages/pure-ftpd.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/pure-ftpd.xml b/packages/pure-ftpd.xml
index 175c8709..315e08fa 100644
--- a/packages/pure-ftpd.xml
+++ b/packages/pure-ftpd.xml
@@ -69,10 +69,10 @@
mwexec("chmod a+x /usr/local/etc/rc.d/pure-ftpd.sh");
mwexec("/usr/local/etc/rc.d/pure-ftpd.sh");
</custom_php_install_command>
- <custom_deinstall_php_command>
+ <custom_php_deinstall_command>
mwexec("/usr/bin/killall pure-ftpd");
system("rm -rf /usr/local/etc/pure*");
- </custom_deinstall_php_command>
+ </custom_php_deinstall_command>
<custom_add_php_command>
$expires = "";
if($_POST['expiration']) $expires = " -e " . $_POST['expiration'];