From 2814287261b8d20ce8abae8042d60f5ad6b86f17 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sun, 5 Jan 2025 20:39:54 -0500 Subject: [PATCH] Update TGBeta.ps1 --- TGBeta.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TGBeta.ps1 b/TGBeta.ps1 index 71f3d9b..7a5d297 100644 --- a/TGBeta.ps1 +++ b/TGBeta.ps1 @@ -713,7 +713,7 @@ function GetHtmlContent { if (installSVSMSPModule.checked) { appendLog("Installing SVSMSP Module (Priority 1)...", "cyan"); fetch('/installSVSMSPModule', { method: 'GET' }) - return; // Stop further execution as this is the highest priority + await pause(10000); // 10-second pause } // Priority 2: Install DattoRMM @@ -734,7 +734,7 @@ function GetHtmlContent { headers: { 'Content-Type': 'application/json' }, body: JSON.stringify(payload) }) - return; // Stop further execution as this is the second highest priority + await pause(10000); // 10-second pause } // Lower-priority tasks