diff options
author | Christian Breunig <christian@breunig.cc> | 2024-03-08 06:59:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-08 06:59:58 +0100 |
commit | 330ee19eeb56b68ea666e3586d18f91164143d9f (patch) | |
tree | 7d5ad4a67ce354deef9e4dfe8004139525d81375 /scripts | |
parent | 016809208da4d5500734f275d544463d8122bbd1 (diff) | |
parent | d8313d2c2ca779046d297d922bced46d56bbda2d (diff) | |
download | vyos-build-330ee19eeb56b68ea666e3586d18f91164143d9f.tar.gz vyos-build-330ee19eeb56b68ea666e3586d18f91164143d9f.zip |
Merge pull request #524 from sarthurdev/tpm_luks
build: T4919: Fix error due to variable not found
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/check-qemu-install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install index 10c7fd48..b77e5023 100755 --- a/scripts/check-qemu-install +++ b/scripts/check-qemu-install @@ -300,6 +300,7 @@ if args.qemu_cmd: exit(0) test_timeout = 3 *3600 # 3 hours (in seconds) +tpm_process = None try: ################################################# # Installing image to disk |