mirror of https://github.com/XTLS/Xray-install
Fix environment variables
parent
02665a2a92
commit
cb0844789f
|
@ -29,6 +29,6 @@ checkconfig() {
|
||||||
}
|
}
|
||||||
|
|
||||||
start_pre() {
|
start_pre() {
|
||||||
local $env
|
export $env
|
||||||
checkconfig
|
checkconfig
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue