diff --git a/init.d/v2ray b/init.d/v2ray index ea1cd3f..911fe8a 100644 --- a/init.d/v2ray +++ b/init.d/v2ray @@ -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 }