浏览代码

missed one config file place in the orchestrator file

tristangurtler 3 年之前
父节点
当前提交
1d2847f624
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      prsona/src/orchestratorMain.cpp

+ 1 - 1
prsona/src/orchestratorMain.cpp

@@ -127,7 +127,7 @@ int main(int argc, char* argv[])
 
     cout << "[ORC] Beginning experiment." << endl;
 
-    execute_experiment(dealerIP, dealerPort, "cfg/commands.cfg");
+    execute_experiment(dealerIP, dealerPort, (configDir + "/commands.cfg").c_str());
 
     /*
      * SHUTDOWN CODE