mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-20 23:00:35 -05:00
Changes error for service installation to warning on missing path
This commit is contained in:
parent
528d1665b7
commit
882ce624a0
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ function Install-IcingaFrameworkService()
|
|||
);
|
||||
|
||||
if ([string]::IsNullOrEmpty($Path)) {
|
||||
Write-IcingaConsoleError 'No path specified for Framework service. Service will not be installed';
|
||||
Write-IcingaConsoleWarning 'No path specified for Framework service. Service will not be installed';
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue