show logging

This commit is contained in:
Scott E. Graves 2024-10-30 07:49:01 -05:00
parent d5b47a803c
commit 2a1a48bc68

View File

@ -194,7 +194,7 @@ public:
}
static void execute_mount() {
auto mount_cmd = "start .\\repertory.exe -dd \"" +
auto mount_cmd = "start .\\repertory.exe -f -dd \"" +
config->get_data_directory() + "\"" + " " +
utils::string::join(drive_args, ' ');
std::cout << "mount command: " << mount_cmd << std::endl;