Skip to content

Commit

Permalink
Merge pull request #239 from agrare/fix_evmserverd_disabled_after_con…
Browse files Browse the repository at this point in the history
…figuration

Enable evmserver after configuring db and messaging
  • Loading branch information
Fryguy authored Mar 8, 2024
2 parents f75ea38 + 7eb4bad commit 22c0439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/appliance_console
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ To modify the configuration, use a web browser to access the management page.
# Start evmserverd if database and/or messaging were set up and we are supposed to run as an evmserver
if changes_requested && database_configuration.run_as_evm_server
say("\nStarting #{I18n.t("product.name")} Server...")
ManageIQ::ApplianceConsole::EvmServer.start
ManageIQ::ApplianceConsole::EvmServer.start(:enable => true)
end

press_any_key
Expand Down

0 comments on commit 22c0439

Please sign in to comment.