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 } }