Skip to content

Commit

Permalink
config.lua: add MEDIAPATH variable
Browse files Browse the repository at this point in the history
Signed-off-by: Stefano Babic <[email protected]>
  • Loading branch information
sbabic committed Oct 8, 2019
1 parent 6ac52d5 commit d3dea50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ LOGO = "logo.png"
NOREBOOT = true
NETWORK_INTERFACES = {"eth0", "eth1"}
MEDIA = "/media"
MEDIAPATH = "/media"
LANG= "de"
STYLESHEETS = "industrial"
function SAVEIPADDRESS(setup)
Expand Down

0 comments on commit d3dea50

Please sign in to comment.