From a2254947479d31f170b475b9d384890c2199c57f Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sat, 4 Jan 2025 02:40:15 -0500 Subject: [PATCH] Update SVSTaskGate.ps1 --- SVSTaskGate.ps1 | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/SVSTaskGate.ps1 b/SVSTaskGate.ps1 index 2b435ad..28f9cae 100644 --- a/SVSTaskGate.ps1 +++ b/SVSTaskGate.ps1 @@ -723,24 +723,7 @@ function GetHtmlContent { appendLog("Setting SVS Powerplan", "cyan"); } - if (installSVSMSPModule.checked) { - appendLog("Installing SVSMSP Module...", "cyan"); - fetch('/installsvsmspmodule', { method: 'GET' }) - .then(response => { - if (!response.ok) { - throw new Error(`Failed to install SVSMSP Module. Server responded with status ${response.status}`); - } - return response.text(); - }) - .then(data => { - console.log('SVSMSP Module Installation Request Sent:', data); - appendLog("SVSMSP Module installed successfully.", "green"); - }) - .catch(error => { - console.error('Error:', error); - appendLog(`Error installing SVSMSP Module: ${error.message}`, "red"); - }); - } + if (installCyberQP.checked) { fetch('/installCyberQP', { method: 'GET' });