qubes.Restore: remove bashism found by new ShellCheck
This commit is contained in:
parent
5239e1ff62
commit
cd3d870fd0
@ -30,7 +30,7 @@ else
|
|||||||
# restore error. So instead of that, use tar2qfile exit code (and have dom0
|
# restore error. So instead of that, use tar2qfile exit code (and have dom0
|
||||||
# detect if anything wrong with actual data)
|
# detect if anything wrong with actual data)
|
||||||
retcode=$?
|
retcode=$?
|
||||||
wait -n
|
wait $!
|
||||||
rm "$tmpdir/backup-data"
|
rm "$tmpdir/backup-data"
|
||||||
rmdir "$tmpdir"
|
rmdir "$tmpdir"
|
||||||
exit "$retcode"
|
exit "$retcode"
|
||||||
|
Loading…
Reference in New Issue
Block a user