forgot to change the path for the new var/cache partition

This commit is contained in:
ndwarshuis 2018-09-28 10:40:41 -04:00
parent 0cebe69d98
commit 7125292168
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ local Util = require 'Util'
local __string_match = string.match
local _FS_PATHS_ = {'/', '/boot', '/var', '/home', '/mnt/data', '/mnt/dcache', '/usr/local/opt'}
local _FS_PATHS_ = {'/', '/boot', '/var/cache', '/home', '/mnt/data', '/mnt/dcache', '/usr/local/opt'}
local _MODULE_Y_ = 170
local _SPACING_ = 22
local _BAR_PAD_ = 100