Correct variable location

pull/86/head
Dct Mei 2020-04-11 19:21:21 +08:00
parent cb0844789f
commit d6f94e178e
No known key found for this signature in database
GPG Key ID: 50BF8B712DCAD7EA
1 changed files with 1 additions and 1 deletions

View File

@ -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
}