diff options
Diffstat (limited to 'scripts')
-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 5334814..641296c 100755 --- a/scripts/run-qemu-ota +++ b/scripts/run-qemu-ota | |||
@@ -161,7 +161,7 @@ def main(): | |||
161 | if args.dry_run: | 161 | if args.dry_run: |
162 | print(" ".join(img_cmdline)) | 162 | print(" ".join(img_cmdline)) |
163 | else: | 163 | else: |
164 | Popen(img_cmdline) | 164 | Popen(img_cmdline).wait() |
165 | 165 | ||
166 | if args.dry_run: | 166 | if args.dry_run: |
167 | print(" ".join(cmdline)) | 167 | print(" ".join(cmdline)) |