Skip to content

Commit

Permalink
fix "update-torbrowser tb_onion config setting ignored."
Browse files Browse the repository at this point in the history
run tb_config_folder_parser before tb_parse_cmd_options and before tb_preparation

https://forums.whonix.org/t/update-torbrowser-tb-onion-config-setting-ignored/8049

Thanks to anon3567998 for the bug report!
  • Loading branch information
Patrick Schleizer committed Sep 9, 2019
1 parent e926b87 commit a927394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/bin/update-torbrowser
Expand Up @@ -2018,9 +2018,9 @@ tb_sort_remote_versions() {
main_function() {
tb_run_function root_check "$@"
tb_run_function tb_sanity_tests
tb_run_function tb_config_folder_parser
tb_run_function tb_parse_cmd_options "$@"
tb_run_function tb_preparation
tb_run_function tb_config_folder_parser

tb_run_function tb_stdin
tb_run_function tb_anon_ws_dns_conf
Expand Down

0 comments on commit a927394

Please sign in to comment.