Skip to content

Commit

Permalink
version with 2 plugins sections
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-christophe81 committed Dec 11, 2024
1 parent 9ad02f3 commit ee48381
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agent/installer/centreon-monitoring-agent.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ function .onInit
${If} $silent_install_plugins == 1
SectionSetFlags ${PluginsInstSection} ${SF_SELECTED}
SectionSetFlags ${PluginsEmbeddedInstSection} 0
${ElseIf} $silent_install_embedded_plugins == 2
${ElseIf} $silent_install_plugins == 2
SectionSetFlags ${PluginsInstSection} 0
SectionSetFlags ${PluginsEmbeddedInstSection} ${SF_SELECTED}
${Else}
Expand Down
2 changes: 1 addition & 1 deletion agent/installer/silent.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ Function silent_update_conf
FunctionEnd

/**
* @brief checks --install_plugins and --install_cma cmdline flags
* @brief checks --install_plugins, --install_embedded_plugins and --install_cma cmdline flags
*/
Function installer_parse_cmd_line
Push $0
Expand Down

0 comments on commit ee48381

Please sign in to comment.