more explicit variable check

This commit is contained in:
2022-04-16 10:31:28 -04:00
parent 59588687d7
commit df633bba58
+1 -1
View File
@@ -6,7 +6,7 @@
)
# Make sure $INTEGRATOR_ID exists, otherwise exit this script as an agent cannot be downloaded
If ( -not ($INTEGRATOR_ID) ) { Exit }
If ( ($INTEGRATOR_ID -eq $null) -or ($INTEGRATOR_ID -eq '') ) { Exit }
# Source the Tools.ps1 script
Function SourceTools