major directory reorganize

This commit is contained in:
kepler155c@gmail.com
2017-05-20 18:27:26 -04:00
parent 7954c79d66
commit c8147ef9e8
85 changed files with 67 additions and 59 deletions

View File

@@ -68,7 +68,7 @@ function blockDB:seedDB(dir)
return res
end
local f = fs.open(fs.combine(dir, 'blockIds.csv'), "r")
local f = fs.open(fs.combine('sys/etc', 'blockIds.csv'), "r")
if not f then
error('unable to read blockIds.csv')