maybe this will help
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Make sure $INTEGRATOR_ID exists, otherwise exit this script as an agent cannot be downloaded
|
# Make sure $INTEGRATOR_ID exists, otherwise exit this script as an agent cannot be downloaded
|
||||||
If ( -not $INTEGRATOR_ID ) { Exit }
|
If ( -not ($INTEGRATOR_ID) ) { Exit }
|
||||||
|
|
||||||
# Source the Tools.ps1 script
|
# Source the Tools.ps1 script
|
||||||
Function SourceTools
|
Function SourceTools
|
||||||
|
|||||||
Reference in New Issue
Block a user