Comparison

util/startup.lua @ 11138:2a19d61f4ae4

util.startup: Re-enable installer path setup
author Kim Alvefur <zash@zash.se>
date Mon, 05 Oct 2020 21:45:02 +0200
parent 11137:e6c4975a9017
child 11139:2187643b8e20
comparison
equal deleted inserted replaced
11137:e6c4975a9017 11138:2a19d61f4ae4
581 startup.force_console_logging(); 581 startup.force_console_logging();
582 startup.init_logging(); 582 startup.init_logging();
583 startup.init_gc(); 583 startup.init_gc();
584 startup.init_errors(); 584 startup.init_errors();
585 startup.setup_plugindir(); 585 startup.setup_plugindir();
586 -- startup.setup_plugin_install_path(); 586 startup.setup_plugin_install_path();
587 startup.setup_datadir(); 587 startup.setup_datadir();
588 startup.chdir(); 588 startup.chdir();
589 startup.read_version(); 589 startup.read_version();
590 startup.switch_user(); 590 startup.switch_user();
591 startup.check_dependencies(); 591 startup.check_dependencies();
610 startup.sandbox_require(); 610 startup.sandbox_require();
611 startup.set_function_metatable(); 611 startup.set_function_metatable();
612 startup.check_dependencies(); 612 startup.check_dependencies();
613 startup.load_libraries(); 613 startup.load_libraries();
614 startup.setup_plugindir(); 614 startup.setup_plugindir();
615 -- startup.setup_plugin_install_path(); 615 startup.setup_plugin_install_path();
616 startup.setup_datadir(); 616 startup.setup_datadir();
617 startup.chdir(); 617 startup.chdir();
618 startup.add_global_prosody_functions(); 618 startup.add_global_prosody_functions();
619 startup.read_version(); 619 startup.read_version();
620 startup.log_greeting(); 620 startup.log_greeting();