aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/miniupnpd/miniupnpd.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/miniupnpd/miniupnpd.xml b/packages/miniupnpd/miniupnpd.xml
index 859f70d9..5509a5e8 100644
--- a/packages/miniupnpd/miniupnpd.xml
+++ b/packages/miniupnpd/miniupnpd.xml
@@ -53,13 +53,13 @@
<type>interfaces_selection</type>
</field>
</fields>
- <custom_install_php_command>
+ <custom_php_install_command>
$ints = `ifconfig -l`;
if(stristr($ints, "carp")) {
update_output_window("This package is not compatible with CARP.");
exit;
}
- </custom_install_php_command>
+ </custom_php_install_command>
<custom_add_php_command>
sync_package_miniupnpd();
</custom_add_php_command>