From 9747a38fab1bc6d644eb2bc7078473570bfec67a Mon Sep 17 00:00:00 2001 From: David Yoder Date: Tue, 22 Aug 2023 11:39:33 -0400 Subject: [PATCH] remove a test --- Install-LiquidFilesOutlookAgent.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install-LiquidFilesOutlookAgent.ps1 b/Install-LiquidFilesOutlookAgent.ps1 index 6c24459..93839d4 100644 --- a/Install-LiquidFilesOutlookAgent.ps1 +++ b/Install-LiquidFilesOutlookAgent.ps1 @@ -11,7 +11,7 @@ If ( Test-Path $PathToAgentExe64 ) { } # Exit this script if the agent is already installed -If ( Test-Path $PathToAgentExe ) { +If ( $PathToAgentExe ) { LogMsg "LiquidFiles agent is already installed. This installer will exit." Exit }