Skip to content

Commit 7e2baf0

Browse files
committed
remove immybot
1 parent a3b3ecb commit 7e2baf0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Endpoint/Applications/Invoke-AddMSPApp.ps1

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using namespace System.Net
22

3-
Function Invoke-AddMSPApp {
3+
function Invoke-AddMSPApp {
44
<#
55
.FUNCTIONALITY
66
Entrypoint
@@ -37,10 +37,6 @@ Function Invoke-AddMSPApp {
3737
$installCommandLine = "powershell.exe -ExecutionPolicy Bypass .\install.ps1 -OrgKey $($InstallParams.Orgkey."$($Tenant.customerId)") -acctkey $($InstallParams.AccountKey)"
3838
$uninstallCommandLine = 'powershell.exe -ExecutionPolicy Bypass .\install.ps1 -Uninstall'
3939
}
40-
'Immybot' {
41-
$installCommandLine = "powershell.exe -ExecutionPolicy Bypass .\install.ps1 -url $($InstallParams.ClientURL."$($tenant.customerId)")"
42-
$UninstallCommandLine = 'powershell.exe -ExecutionPolicy Bypass .\uninstall.ps1'
43-
}
4440
'syncro' {
4541
$installCommandLine = "powershell.exe -ExecutionPolicy Bypass .\install.ps1 -URL $($InstallParams.ClientURL."$($Tenant.customerId)")"
4642
$uninstallCommandLine = 'powershell.exe -ExecutionPolicy Bypass .\uninstall.ps1'

0 commit comments

Comments
 (0)