diff options
author | doktornotor <notordoktor@gmail.com> | 2015-09-14 03:50:55 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-09-14 03:50:55 +0200 |
commit | 5ee6ff163bb39d1e1367c42c3626a4af7f7056de (patch) | |
tree | 4c93aced37fa4f8e0efd274a0eb685f98aefc766 /config/ntopng | |
parent | 0212a2be9c1951defa0087851188e0e3de0159bc (diff) | |
download | pfsense-packages-5ee6ff163bb39d1e1367c42c3626a4af7f7056de.tar.gz pfsense-packages-5ee6ff163bb39d1e1367c42c3626a4af7f7056de.tar.bz2 pfsense-packages-5ee6ff163bb39d1e1367c42c3626a4af7f7056de.zip |
ntopng.xml - don't resync package twice on install
Already done by install_package_xml() from pkg-utils.inc
Diffstat (limited to 'config/ntopng')
-rw-r--r-- | config/ntopng/ntopng.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/ntopng/ntopng.xml b/config/ntopng/ntopng.xml index f0dc182f..ee1a4d3e 100644 --- a/config/ntopng/ntopng.xml +++ b/config/ntopng/ntopng.xml @@ -185,7 +185,6 @@ <custom_php_install_command> ntopng_php_install_command(); ntopng_update_geoip(); - ntopng_sync_package(); </custom_php_install_command> <custom_php_deinstall_command> ntopng_php_deinstall_command(); |