]> git.proxmox.com Git - pve-guest-common.git/commit
add check/exec_hookscript to GuestHelpers
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 31 Jan 2019 13:33:38 +0000 (14:33 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 1 Feb 2019 09:10:48 +0000 (10:10 +0100)
commit3acb4e74630934c61abe99aea0f63af347efb899
tree19e1bbcf91b2b30d4941ad3ad596fa734b9385a4
parent424c49e083729cfab37a7704e966b640942d2651
add check/exec_hookscript to GuestHelpers

check_hookscript will be used for the container/vm api to check if the
hookscript volume id is correct

exec_hookscript can be called to execute a hookscript

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/GuestHelpers.pm