Changes error for service installation to warning on missing path

This commit is contained in:
Lord Hepipud 2020-05-22 13:41:24 +02:00
parent 528d1665b7
commit 882ce624a0

View file

@ -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;
}