From d6f94e178e3c1df0d29a2ee69b2ff15802467137 Mon Sep 17 00:00:00 2001 From: Dct Mei Date: Sat, 11 Apr 2020 19:21:21 +0800 Subject: [PATCH] Correct variable location --- init.d/v2ray | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }