Update StackMonkey.ps1

This commit is contained in:
2025-06-29 03:16:23 -04:00
parent c8c5ea709e
commit 4c1a0171e4

View File

@@ -101,7 +101,10 @@
# Datto headless mode # Datto headless mode
# Both Datto sets share the webhook password # Both Datto sets share the webhook password
[Parameter(Mandatory,ParameterSetName='DattoFetch'), Parameter(Mandatory,ParameterSetName='DattoInstall')][string]$N8nPassword, # Shared webhook password for both Datto modes
[Parameter(Mandatory,ParameterSetName='DattoFetch')]
[Parameter(Mandatory,ParameterSetName='DattoInstall')]
[string]$N8nPassword,
# ───────────────────────────────────────────────────────── # ─────────────────────────────────────────────────────────
# Fetch only set write sites and exit # Fetch only set write sites and exit