aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/ntop2/ntop.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/ntop2/ntop.xml b/config/ntop2/ntop.xml
index 3f603dc9..8ff4d8a1 100644
--- a/config/ntop2/ntop.xml
+++ b/config/ntop2/ntop.xml
@@ -122,6 +122,7 @@
system("/bin/mkdir -p /var/db/ntop/rrd/graphics");
system("/bin/chmod -R 755 /var/db/ntop");
system("/usr/sbin/chown -R nobody:nobody /var/db/ntop");
+ system("/bin/cp -Rp /usr/local/lib/X11/fonts/webfonts/ /usr/local/lib/X11/fonts/TTF/");
if($ntop_config['password'] and $ntop_config['passwordagain']) {
if($ntop_config['password'] == $ntop_config['passwordagain']) {
$first = 0;