mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 00:31:14 +00:00
parent
9724f184f4
commit
a90dbf64de
|
@ -65,7 +65,10 @@ struct DDSEnvironment::Impl
|
|||
" mkdir -p \"$HOME/.DDS\"\n"
|
||||
" dds-user-defaults --ignore-default-sid -d -c \"$HOME/.DDS/DDS.cfg\"\n"
|
||||
"fi\n";
|
||||
std::system(cmd.str().c_str());
|
||||
auto rc(std::system(cmd.str().c_str()));
|
||||
if (rc != 0) {
|
||||
LOG(warn) << "DDSEnvironment::SetupConfigHome failed";
|
||||
}
|
||||
}
|
||||
|
||||
auto SetupPath() -> void
|
||||
|
|
Loading…
Reference in New Issue
Block a user