forked from github/server
rename ERESSEA_DIR to ERESSEA_ROOT
This commit is contained in:
parent
e36cac1188
commit
9f9b6f4faf
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ local path = '.'
|
||||||
if config.install then
|
if config.install then
|
||||||
path = config.install
|
path = config.install
|
||||||
else
|
else
|
||||||
path = os.getenv("ERESSEA_DIR") or path
|
path = os.getenv("ERESSEA_ROOT") or path
|
||||||
config.install = path
|
config.install = path
|
||||||
end
|
end
|
||||||
path = path .. "/scripts"
|
path = path .. "/scripts"
|
||||||
|
|
Loading…
Reference in a new issue