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"
|
eerror "You need to setup $confdir first"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
export $env
|
||||||
$command -test $command_args
|
$command -test $command_args
|
||||||
}
|
}
|
||||||
|
|
||||||
start_pre() {
|
start_pre() {
|
||||||
export $env
|
|
||||||
checkconfig
|
checkconfig
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue