disable script asserts by default for user usage
This commit is contained in:
parent
73098ab18a
commit
2bda3e9fa0
@ -547,6 +547,7 @@ main(int argc, char **argv)
|
||||
// we are starting up in user initiated recovery here
|
||||
// let's set up some default options
|
||||
signature_check_enabled = 0;
|
||||
script_assert_enabled = 0;
|
||||
is_user_initiated_recovery = 1;
|
||||
ui_set_show_text(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user