Adapt fgfs_tools_server to new relative paths on fgfs-construct commandline.
This commit is contained in:
parent
4ef15f03da
commit
1e8375a7e6
1 changed files with 1 additions and 2 deletions
|
@ -395,8 +395,7 @@ int main(int argc, char *argv[]) {
|
|||
cout << "Will not overwrite up-to-date existing buckets" << endl;
|
||||
for (int i = arg_pos; i < argc; i++) {
|
||||
string dir;
|
||||
dir = work_base + "/";
|
||||
dir += argv[i];
|
||||
dir = argv[i];
|
||||
load_dirs.push_back( dir );
|
||||
cout << "Load directory: " << dir << endl;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue