mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2026-02-03 04:09:29 -05:00
Fixes -Force flag for environment service updater
This commit is contained in:
parent
354c78a088
commit
3a3d66fc0a
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ function Set-IcingaServiceEnvironment()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($Global:Icinga.Protected.Environment.FetchedServices) {
|
if ($Global:Icinga.Protected.Environment.FetchedServices -And $Force -eq $FALSE) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue