From cd3d870fd036f0e23bbff357a588645b2ad5cc78 Mon Sep 17 00:00:00 2001 From: Rusty Bird Date: Wed, 26 Feb 2020 18:47:44 +0000 Subject: [PATCH] qubes.Restore: remove bashism found by new ShellCheck --- qubes-rpc/qubes.Restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qubes-rpc/qubes.Restore b/qubes-rpc/qubes.Restore index 3185e7e..3a52df1 100755 --- a/qubes-rpc/qubes.Restore +++ b/qubes-rpc/qubes.Restore @@ -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"