mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-20 23:00:35 -05:00
Merge branch 'master' of https://github.com/LordHepipud/icinga-module-windows
This commit is contained in:
commit
d785eb4b5d
1 changed files with 1 additions and 1 deletions
|
|
@ -46,8 +46,8 @@ function Install-IcingaAgent()
|
||||||
if ([string]::IsNullOrEmpty($InstallDir) -eq $FALSE) {
|
if ([string]::IsNullOrEmpty($InstallDir) -eq $FALSE) {
|
||||||
if ((Test-Path $InstallDir) -eq $FALSE) {
|
if ((Test-Path $InstallDir) -eq $FALSE) {
|
||||||
New-Item -Path $InstallDir -Force | Out-Null;
|
New-Item -Path $InstallDir -Force | Out-Null;
|
||||||
$InstallTarget = $InstallDir;
|
|
||||||
}
|
}
|
||||||
|
$InstallTarget = $InstallDir;
|
||||||
}
|
}
|
||||||
|
|
||||||
[string]$InstallFolderMsg = $InstallTarget;
|
[string]$InstallFolderMsg = $InstallTarget;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue