From 8c20a1b8c929dc344f1b595a00bedecf142bb9de Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sun, 23 Nov 2025 16:30:39 -0500 Subject: [PATCH] Update Scriptmonkey_Beta.ps1 --- Scriptmonkey_Beta.ps1 | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/Scriptmonkey_Beta.ps1 b/Scriptmonkey_Beta.ps1 index 412ae71..928d2f5 100644 --- a/Scriptmonkey_Beta.ps1 +++ b/Scriptmonkey_Beta.ps1 @@ -2162,21 +2162,6 @@ function Install-DattoRMM { #endregion guarantee NuGet provider is present without prompting -<# AI said it was dead code - #region HTTP Listener & Routing - - # Handle shutdown command - if ($path -eq 'quit') { - Write-LogHybrid "Shutdown requested" "Info" "Server" - Respond-Text $Context "Server shutting down." - # This will break out of the while loop in Start-Server - $Global:Listener.Stop() - return - } - - - #endregion -#> commneted out by AI }