this line is a problem right now...

This commit is contained in:
2022-04-16 10:33:54 -04:00
parent df633bba58
commit 8a82746dea
+1 -1
View File
@@ -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