Fix infinite waiting

This commit is contained in:
Ryan Hughes
2026-01-08 22:26:52 -05:00
parent f5a35a1afe
commit da984ce243

View File

@@ -258,7 +258,7 @@ wait_for_rdp_ready() {
local WIN_USER="$1"
local WIN_PASS="$2"
local TIMEOUT=240
local SECONDS=0
SECONDS=0
echo "Waiting for Windows VM to be ready..."