From 8a82746deaaf09c57ab087a0c492cd6d03c11357 Mon Sep 17 00:00:00 2001 From: David Yoder Date: Sat, 16 Apr 2022 10:33:54 -0400 Subject: [PATCH] this line is a problem right now... --- Install-AteraAgent.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install-AteraAgent.ps1 b/Install-AteraAgent.ps1 index 024b384..b2c6474 100644 --- a/Install-AteraAgent.ps1 +++ b/Install-AteraAgent.ps1 @@ -6,7 +6,7 @@ ) # Make sure $INTEGRATOR_ID exists, otherwise exit this script as an agent cannot be downloaded -If ( ($INTEGRATOR_ID -eq $null) -or ($INTEGRATOR_ID -eq '') ) { Exit } +#If ( ($INTEGRATOR_ID -eq $null) -or ($INTEGRATOR_ID -eq '') ) { Exit } # Source the Tools.ps1 script Function SourceTools