we
This commit is contained in:
parent
c2db155794
commit
6361ad60f8
6 changed files with 100 additions and 14 deletions
|
@ -55,7 +55,8 @@ if [[ "$GUEST_NAME" != "win11" ]]; then
|
|||
fi
|
||||
|
||||
if [[ "$HOOK_NAME" == "prepare" && "$STATE_NAME" == "begin" ]]; then
|
||||
start_hook
|
||||
#start_hook
|
||||
echo "do nothing"
|
||||
elif [[ "$HOOK_NAME" == "release" && "$STATE_NAME" == "end" ]]; then
|
||||
revert_hook
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue