change the default to not force the install

This commit is contained in:
2021-02-01 17:22:17 -05:00
parent f7ba8991d5
commit adf2bc1c11
+1 -1
View File
@@ -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