Skip to content
Snippets Groups Projects
Commit d7b7ea29 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

fix config file environment variable

parent 9881f1b7
No related branches found
No related tags found
No related merge requests found
......@@ -79,8 +79,7 @@ password = $password
EOF
close($handle);
$ENV{MOJO_CONFIG} = $conf_file;
$ENV{ACCOUNTMANAGER_CONFIG} = $conf_file;
$ENV{ACCESS_CHECK_CONFIG} = $conf_file;
return $temp_dir;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment