diff options
Diffstat (limited to 'scripts/run-qemu-ota')
-rwxr-xr-x | scripts/run-qemu-ota | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/run-qemu-ota b/scripts/run-qemu-ota index 7f84d08..6a3586c 100755 --- a/scripts/run-qemu-ota +++ b/scripts/run-qemu-ota | |||
@@ -157,7 +157,7 @@ def main(): | |||
157 | if args.dry_run: | 157 | if args.dry_run: |
158 | print(" ".join(img_cmdline)) | 158 | print(" ".join(img_cmdline)) |
159 | else: | 159 | else: |
160 | Popen(img_cmdline) | 160 | Popen(img_cmdline).wait() |
161 | 161 | ||
162 | if args.dry_run: | 162 | if args.dry_run: |
163 | print(" ".join(cmdline)) | 163 | print(" ".join(cmdline)) |