From 9f51b84fd2b27ead2ea0f0e411b66654246c5df8 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Mon, 23 Jun 2025 00:57:46 -0400 Subject: [PATCH] Update StackMonkey.ps1 --- StackMonkey.ps1 | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/StackMonkey.ps1 b/StackMonkey.ps1 index 1eb9c9e..8cfdec3 100644 --- a/StackMonkey.ps1 +++ b/StackMonkey.ps1 @@ -133,17 +133,7 @@ $Global:DattoWebhookUrl = 'https://automate.svstools.ca/webhook/svsmspkit' throw "Failed to retrieve Datto API credentials from n8n" } - # 2) pass them straight into the helper - Install-DattoRMM-Helper ` - -ApiUrl $creds.ApiUrl ` - -ApiKey $creds.ApiKey ` - -ApiSecretKey $creds.ApiSecretKey ` - -SiteUID $SiteUID ` - -SiteName $SiteName ` - -PushSiteVars:$PushSiteVars ` - -InstallRMM:$InstallRMM ` - -SaveCopy:$SaveCopy - return + #2) need to run the install-dattormm } }