remove a test
This commit is contained in:
@@ -11,7 +11,7 @@ If ( Test-Path $PathToAgentExe64 ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Exit this script if the agent is already installed
|
# 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."
|
LogMsg "LiquidFiles agent is already installed. This installer will exit."
|
||||||
Exit
|
Exit
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user