qubes.Restore: remove bashism found by new ShellCheck

This commit is contained in:
Rusty Bird 2020-02-26 18:47:44 +00:00
parent 5239e1ff62
commit cd3d870fd0
No known key found for this signature in database
GPG Key ID: 469D78F47AAF2ADF

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"