Fix #341
This commit is contained in:
parent
89740a808d
commit
8801e51138
3 changed files with 65 additions and 5 deletions
|
@ -122,7 +122,7 @@ int main(int argc, const char **argv) {
|
|||
auto base_dir = "./";
|
||||
if (argc > 2) { base_dir = argv[2]; }
|
||||
|
||||
if (!svr.set_base_dir(base_dir)) {
|
||||
if (!svr.set_mount_point(base_dir, "/")) {
|
||||
cout << "The specified base directory doesn't exist...";
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue