mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-20 23:00:35 -05:00
Fixes icinga command always resetting cache
This commit is contained in:
parent
b7a0d3892d
commit
6d86c0fe28
1 changed files with 1 additions and 1 deletions
|
|
@ -321,7 +321,7 @@ function Invoke-IcingaCommand()
|
||||||
return "> "
|
return "> "
|
||||||
}
|
}
|
||||||
|
|
||||||
} -Args $ScriptBlock, $PSScriptRoot, $IcingaFrameworkData.PrivateData.Version, ([bool]$Shell), $ArgumentList, $DeveloperMode;
|
} -Args $ScriptBlock, $PSScriptRoot, $IcingaFrameworkData.PrivateData.Version, ([bool]$Shell), $ArgumentList, ([bool]$DeveloperMode);
|
||||||
|
|
||||||
# In case we close the newly created PowerShell, ensure we set the script root back to the Framework folder
|
# In case we close the newly created PowerShell, ensure we set the script root back to the Framework folder
|
||||||
if (Test-Path $PSScriptRoot) {
|
if (Test-Path $PSScriptRoot) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue