From 38a1163943cf5c9586b2da24818c103908f33b8c Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Wed, 2 Jul 2025 22:16:10 -0400 Subject: [PATCH] added line 1025 --- StackMonkey.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/StackMonkey.ps1 b/StackMonkey.ps1 index 472eac4..72d4e04 100644 --- a/StackMonkey.ps1 +++ b/StackMonkey.ps1 @@ -1121,6 +1121,9 @@ $script $raw = (New-Object IO.StreamReader $Context.Request.InputStream).ReadToEnd() $pw = (ConvertFrom-Json $raw).password + # ★ Store it globally for the next call ★ + $Global:WebhookPassword = $pw + # 2) Delegate to your unified function $sites = Install-DattoRMM ` -UseWebhook `