]> git.proxmox.com Git - pve-installer.git/commit
sys: command: add option to not print process output to stdout
authorChristoph Heiss <c.heiss@proxmox.com>
Tue, 13 Feb 2024 15:14:02 +0000 (16:14 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 23 Feb 2024 13:19:56 +0000 (14:19 +0100)
commitf48febfa7236911f44caf0fe8a5bf0851795d49c
treeb8df693018c3b96a1b2d7add1ab467c61f2497e2
parent23c5fbe67a4b9054e429fe8449e662e7f1feff4c
sys: command: add option to not print process output to stdout

If $noprint is set, the output of the command won't be printed to stdout
of the parent process.

Fully backwards-compatible again, only takes effect if the new argument
is actually specified.

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
Proxmox/Sys/Command.pm