This commit is contained in:
waveringana 2025-06-16 00:33:50 -04:00
parent 397d3b06f1
commit c2db155794
4 changed files with 20 additions and 26 deletions

View file

@ -55,7 +55,7 @@ if [[ "$GUEST_NAME" != "win11" ]]; then
fi
if [[ "$HOOK_NAME" == "prepare" && "$STATE_NAME" == "begin" ]]; then
echo "do nothing"
start_hook
elif [[ "$HOOK_NAME" == "release" && "$STATE_NAME" == "end" ]]; then
revert_hook
fi