mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-20 23:00:35 -05:00
Fixes spelling error
This commit is contained in:
parent
02fb58d935
commit
5da5ab5695
1 changed files with 1 additions and 1 deletions
|
|
@ -424,7 +424,7 @@ function Start-IcingaAgentInstallWizard()
|
|||
|
||||
if (-Not $RunInstaller) {
|
||||
if ((Get-IcingaAgentInstallerAnswerInput -Prompt 'Is this configuration correct?' -Default 'y').result -eq 1) {
|
||||
if ((Get-IcingaAgentInstallerAnswerInput -Prompt 'Do you want to run the installer now? (Otherwise only the configration command will be printed)' -Default 'y').result -eq 1) {
|
||||
if ((Get-IcingaAgentInstallerAnswerInput -Prompt 'Do you want to run the installer now? (Otherwise only the configuration command will be printed)' -Default 'y').result -eq 1) {
|
||||
Write-Host 'To execute your Icinga Agent installation based on your answers again on this or another machine, simply run this command:'
|
||||
|
||||
$RunInstaller = $TRUE;
|
||||
|
|
|
|||
Loading…
Reference in a new issue