]> git.proxmox.com Git - pve-firewall.git/commit - src/PVE/Firewall.pm
remove base path of runcommand calls
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 12 Jul 2019 09:30:12 +0000 (11:30 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 12 Jul 2019 09:50:07 +0000 (11:50 +0200)
commitc1031ab16cda7208eb161c891eceac31976a74b9
treec545b283ca09337fd2cde72f5939d6ca40dd86bf
parentb13794009e4a28de61dc44d484748913aa639e40
remove base path of runcommand calls

this makes us compatible with both, usrmerged and non-usrmerged
systems, also it's the recommended way - we have a sane PATH in
run_command

Also transform to array calls, if we touch them anyway

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