diff --git a/command/src/main.rs b/command/src/main.rs index e0fec358..641acb13 100644 --- a/command/src/main.rs +++ b/command/src/main.rs @@ -243,9 +243,8 @@ fn setup(mut config: Config, first_setup: bool, fast: bool) -> std::io::Result<( let mut password: String = String::new(); let mut services: Vec = Vec::new(); - if !fast { - let services = prompt_for_optional_services()?; + services = prompt_for_optional_services()?; setup_database = confirm(if first_setup { "Do you want to seed the database with test users, games, etc? (Recommended)"