fix
Some checks are pending
BlockStorage/repertory/pipeline/head Build queued...

This commit is contained in:
2025-09-06 07:42:27 -05:00
parent 2d19c57314
commit 78abe1ed8f

View File

@@ -220,7 +220,7 @@ void mgmt_app_config::set_auto_start(bool auto_start) {
create_autostart_opts opts{};
opts.app_name = "repertory";
opts.comment = "Mount utility for AWS S3 and Sia";
opts.exec_args = {"-ui -lo"};
opts.exec_args = {"-ui", "-lo"};
opts.exec_path = utils::path::combine(".", {"repertory"});
opts.icon_path = utils::path::combine(".", {"repertory.png"});
opts.terminal = true;