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