Skip to content

Commit

Permalink
Output progress to terminal
Browse files Browse the repository at this point in the history
Signed-off-by: DL6ER <dl6er@dl6er.de>
  • Loading branch information
DL6ER committed Dec 23, 2024
1 parent 1b50c69 commit 7606fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/args.c
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ void parse_args(int argc, char *argv[])
if(argc == 3 && strcmp(argv[1], "migrate") == 0 && strcmp(argv[2], "v6") == 0)
{
cli_mode = true;
log_ctrl(false, false);
log_ctrl(false, true);
exit(migrate_config_v6() ? EXIT_SUCCESS : EXIT_FAILURE);
}

Expand Down

0 comments on commit 7606fac

Please sign in to comment.