From 0c866d739dfd0aa18459fe29594910b6de9d30e8 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sun, 5 Jan 2025 20:42:20 -0500 Subject: [PATCH] Update TGBeta.ps1 --- TGBeta.ps1 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/TGBeta.ps1 b/TGBeta.ps1 index 7a5d297..8475296 100644 --- a/TGBeta.ps1 +++ b/TGBeta.ps1 @@ -712,8 +712,7 @@ function GetHtmlContent { // Priority 1: Install SVSMSP Module if (installSVSMSPModule.checked) { appendLog("Installing SVSMSP Module (Priority 1)...", "cyan"); - fetch('/installSVSMSPModule', { method: 'GET' }) - await pause(10000); // 10-second pause + fetch('/installSVSMSPModule', { method: 'GET' }) } // Priority 2: Install DattoRMM @@ -734,7 +733,6 @@ function GetHtmlContent { headers: { 'Content-Type': 'application/json' }, body: JSON.stringify(payload) }) - await pause(10000); // 10-second pause } // Lower-priority tasks