diff options
Diffstat (limited to 'config/ntopng/ntopng.xml')
-rw-r--r-- | config/ntopng/ntopng.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/ntopng/ntopng.xml b/config/ntopng/ntopng.xml index 20582c86..ef33373d 100644 --- a/config/ntopng/ntopng.xml +++ b/config/ntopng/ntopng.xml @@ -155,7 +155,10 @@ sync_package_ntopng(); </custom_php_resync_config_command> <custom_php_install_command> + <![CDATA[ + mwexec_bg("/usr/local/bin/geoipupdate.sh"); sync_package_ntopng(); + ]]> </custom_php_install_command> <custom_php_deinstall_command> exec("rm /usr/local/etc/rc.d/ntopng*"); |