]> git.proxmox.com Git - pve-cluster.git/commit - data/PVE/Cluster.pm
use run_command instead of system
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 18 Dec 2017 14:13:28 +0000 (15:13 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 16 Feb 2018 12:50:36 +0000 (13:50 +0100)
commit8fdd87f9fe0f64671bef6dd26ea5cc5ff258544c
treeba82e7797897727b4eafd014e7381a3a3f0f9a0c
parent42505be3d672098d0279e3345fad3dad5640b7f7
use run_command instead of system

perls system wants to open /dev/tty which is not available in forked
workers. Use our run_command instead.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
data/PVE/Cluster.pm