mirror of https://github.com/XTLS/Xray-install
Correct variable location
parent
cb0844789f
commit
d6f94e178e
|
@ -25,10 +25,10 @@ checkconfig() {
|
|||
eerror "You need to setup $confdir first"
|
||||
return 1
|
||||
fi
|
||||
export $env
|
||||
$command -test $command_args
|
||||
}
|
||||
|
||||
start_pre() {
|
||||
export $env
|
||||
checkconfig
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue