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

@ -58,7 +58,6 @@ update_plugins() {
}
main() {
shared_set_tpm_path_constant
if [ "$1" == "all" ]; then
update_all
else