瀏覽代碼

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

* origin/pr/224:
  qubes.Restore: remove bashism found by new ShellCheck
Marek Marczykowski-Górecki 4 年之前
父節點
當前提交
d0d0b82d05
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      qubes-rpc/qubes.Restore

+ 1 - 1
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"