Fix issue with automatic tpm install

Fixes #99
This commit is contained in:
Bruno Sutic
2020-10-18 13:13:08 +02:00
parent 60a36d6f7a
commit aeb196db5c
3 changed files with 34 additions and 28 deletions

View File

@@ -8,7 +8,10 @@
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
SCRIPTS_DIR="$CURRENT_DIR/../scripts"
source "$SCRIPTS_DIR/helpers/tpm_path.sh"
main() {
set_tpm_path
"$SCRIPTS_DIR/install_plugins.sh" # has correct exit code
}
main