From a7d855187af06f2b8d2c835a38cfe0d543b5eb5a Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Mon, 30 Jun 2025 00:12:48 -0400 Subject: [PATCH] Update StackMonkey.ps1 --- StackMonkey.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/StackMonkey.ps1 b/StackMonkey.ps1 index a6e574e..604218c 100644 --- a/StackMonkey.ps1 +++ b/StackMonkey.ps1 @@ -1386,8 +1386,7 @@ $script } Write-LogHybrid "Wrote $($sites.Count) sites to $filePath" Success DattoAuth - # Open the folder containing the file - Start-Process explorer.exe /select,"$desktopPath" + } else { # If SaveSitesOnly is not true, just fetch sites (for UI purposes or silent mode without saving) Write-LogHybrid "Sites fetched successfully, but not saved." Success DattoAuth