Merge remote-tracking branch 'origin/pr/224'
* origin/pr/224: qubes.Restore: remove bashism found by new ShellCheck
This commit is contained in:
commit
d0d0b82d05
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user