From 4269f8714a6e1dfb353c2f3da235c70975229ffc Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sun, 5 Jan 2025 01:26:21 -0500 Subject: [PATCH] Update SVSTaskGate.ps1 --- SVSTaskGate.ps1 | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/SVSTaskGate.ps1 b/SVSTaskGate.ps1 index f8bb0c4..4fbc098 100644 --- a/SVSTaskGate.ps1 +++ b/SVSTaskGate.ps1 @@ -700,12 +700,7 @@ function GetHtmlContent { appendLog("Installing selected site RMM...", "cyan"); const checkedValues = Array.from(DattoRMMCheckbox).map(c => c.value); - - // Replace these with actual values from your application logic - const ApiUrl = $data.ApiUrl; // Example: replace with the actual API URL - const ApiKey = $data.ApiKey'; // Example: replace with the actual API Key - const ApiSecretKey = $data.ApiSecretKey; // Example: replace with the actual API Secret Key - + let installRMMCommand = 'Install-DattoRMM -ApiUrl $ApiUrl -ApiKey $ApiKey -ApiSecretKey $ApiSecretKey'; if (checkedValues.includes('inputVar')) {