This commit is contained in:
waveringana 2025-06-16 04:17:13 -04:00
parent c2db155794
commit 6361ad60f8
6 changed files with 100 additions and 14 deletions

View file

@ -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