From adf2bc1c11b04444c23ccc75795e284d684311b2 Mon Sep 17 00:00:00 2001 From: dyoder Date: Mon, 1 Feb 2021 17:22:17 -0500 Subject: [PATCH] change the default to not force the install --- Install-AteraAgent.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install-AteraAgent.ps1 b/Install-AteraAgent.ps1 index cb7502d..3469199 100644 --- a/Install-AteraAgent.ps1 +++ b/Install-AteraAgent.ps1 @@ -2,7 +2,7 @@ [Parameter(Mandatory=$true)][int]$CUSTOMER_ID, [Parameter(Mandatory=$true)][string]$INTEGRATOR_ID, [Parameter(Mandatory=$false)][string]$AGENT_FILENAME="EmberkomAgentSetup.exe", - [Parameter(Mandatory=$false)][switch]$FORCE=$true + [Parameter(Mandatory=$false)][switch]$FORCE=$false ) ## Source the Tools.ps1 script