Fix environment variables

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

View File

@ -29,6 +29,6 @@ checkconfig() {
}
start_pre() {
local $env
export $env
checkconfig
}