Merge remote-tracking branch 'origin/pr/224'

* origin/pr/224:
  qubes.Restore: remove bashism found by new ShellCheck
This commit is contained in:
Marek Marczykowski-Górecki 2020-03-01 03:15:00 +01:00
commit d0d0b82d05
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -30,7 +30,7 @@ else
# restore error. So instead of that, use tar2qfile exit code (and have dom0
# detect if anything wrong with actual data)
retcode=$?
wait -n
wait $!
rm "$tmpdir/backup-data"
rmdir "$tmpdir"
exit "$retcode"