Stop using global variable for tpm path

This commit is contained in:
Bruno Sutic
2015-08-03 15:29:53 +02:00
parent 79d90f90f7
commit 0e9b64ffc4
7 changed files with 16 additions and 15 deletions

View File

@ -35,7 +35,6 @@ source_plugins() {
}
main() {
shared_set_tpm_path_constant
source_plugins
}
main