diff options
author | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2024-03-08 01:48:05 +0100 |
---|---|---|
committer | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2024-03-08 01:48:05 +0100 |
commit | d8313d2c2ca779046d297d922bced46d56bbda2d (patch) | |
tree | 313d083dbf3062cd21ce4a84da57b2cecedb7cbc /scripts | |
parent | 63a8f9d3c60e6dde04b0998701a40223d532128a (diff) | |
download | vyos-build-d8313d2c2ca779046d297d922bced46d56bbda2d.tar.gz vyos-build-d8313d2c2ca779046d297d922bced46d56bbda2d.zip |
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 |