diff options
Diffstat (limited to 'config/snort-dev/snort.xml')
-rw-r--r-- | config/snort-dev/snort.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/snort-dev/snort.xml b/config/snort-dev/snort.xml index 9c037222..20655170 100644 --- a/config/snort-dev/snort.xml +++ b/config/snort-dev/snort.xml @@ -328,9 +328,10 @@ </field> </fields> <custom_add_php_command> + sync_package_snort(); </custom_add_php_command> <custom_php_resync_config_command> - sync_package_snort(); + sync_package_snort_install(); </custom_php_resync_config_command> <custom_php_install_command> sync_package_snort_reinstall(); |