From a1c3b6c87fa3a30e12904b9392ba43e64c9be73c Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Tue, 9 Jun 2015 16:21:54 +0200 Subject: [PATCH] web-user-interface: fix missing graphs folder. --- config/rootfiles/common/web-user-interface | 3 ++- config/rootfiles/core/91/update.sh | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/config/rootfiles/common/web-user-interface b/config/rootfiles/common/web-user-interface index 08b87a3567..3f22b725c4 100644 --- a/config/rootfiles/common/web-user-interface +++ b/config/rootfiles/common/web-user-interface @@ -92,7 +92,6 @@ srv/web/ipfire/html/blob.gif srv/web/ipfire/html/clwarn.cgi srv/web/ipfire/html/dial.cgi srv/web/ipfire/html/favicon.ico -#srv/web/ipfire/html/graphs #srv/web/ipfire/html/images srv/web/ipfire/html/images/IPFire.png srv/web/ipfire/html/images/add.gif @@ -357,3 +356,5 @@ srv/web/ipfire/html/themes/maniac/include/style.css var/updatecache var/updatecache/download var/updatecache/metadata +srv/web/ipfire/html/accounting +srv/web/ipfire/html/graphs diff --git a/config/rootfiles/core/91/update.sh b/config/rootfiles/core/91/update.sh index dfacbfe81a..b332dddb72 100644 --- a/config/rootfiles/core/91/update.sh +++ b/config/rootfiles/core/91/update.sh @@ -34,6 +34,10 @@ done # Extract files extract_files +# Create some missing graphs folders (core90) +mkdir -p /srv/web/ipfire/html/{accounting,graphs} +chmod 777 /srv/web/ipfire/html/{accounting,graphs} + # Update Language cache update-lang-cache -- 2.39.5