mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-10 18:04:11 +00:00
![]() when using pigz the resulting commandline would look like: pigz -p 4>file which resulted in pigz erroring out because it got no parameter for -p (because the shell interpreted the 4>file as a file descriptor) this patch adds a space so that the resulting line is pigz -p 4 > file Signed-off-by: Dominik Csapak <d.csapak@proxmox.com> Reviewed-by: Thomas Lamprecht <t.lamprecht@proxmox.com> |
||
---|---|---|
debian | ||
PVE | ||
test | ||
.gitignore | ||
bootsplash.jpg | ||
bootsplash.xcf | ||
Makefile | ||
modules-load.conf | ||
pcitest.pl | ||
pve-bridge | ||
pve-bridge-hotplug | ||
pve-bridgedown | ||
pve-q35.cfg | ||
pve-usb.cfg | ||
qm | ||
qmextract | ||
qmrestore |