Skip to content
Snippets Groups Projects
Commit fedac1b0 authored by Eric Cano's avatar Eric Cano
Browse files

Updated reference to old program names (#53).

parent 6e3778f3
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ cat ${LIBRARY_CONFIG}
rm -rf ${objectstore}
mkdir -p ${objectstore}
makeMinimalVFS ${objectstore}
cta-objectstore-initialize ${objectstore}
chmod -R 777 ${objectstore}
rm -rf ${catdbdir}
......
......@@ -51,7 +51,7 @@ int main(int argc, char ** argv) {
re.insert();
cta::objectstore::ScopedExclusiveLock rel(re);
re.fetch();
cta::objectstore::AgentReference agr("makeMinimalVFS");
cta::objectstore::AgentReference agr("cta-objectstore-initialize");
cta::objectstore::Agent ag(agr.getAgentAddress(), *be);
ag.initialize();
cta::objectstore::EntryLogSerDeser el("user0", "systemhost", time(NULL));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment