remove a test

This commit is contained in:
2023-08-22 11:39:33 -04:00
parent f09b44d15e
commit 9747a38fab
+1 -1
View File
@@ -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
}