mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-21 08:22:59 +02:00
web-user-interface: fix missing graphs folder.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user