forked from github/server
rename ERESSEA_DIR to ERESSEA_ROOT
This commit is contained in:
parent
e36cac1188
commit
9f9b6f4faf
|
@ -2,7 +2,7 @@ local path = '.'
|
|||
if config.install then
|
||||
path = config.install
|
||||
else
|
||||
path = os.getenv("ERESSEA_DIR") or path
|
||||
path = os.getenv("ERESSEA_ROOT") or path
|
||||
config.install = path
|
||||
end
|
||||
path = path .. "/scripts"
|
||||
|
|
Loading…
Reference in New Issue