diff --git a/cpp/scriptengine.cc b/cpp/scriptengine.cc index 66ed879..c0fa1e8 100644 --- a/cpp/scriptengine.cc +++ b/cpp/scriptengine.cc @@ -8,7 +8,7 @@ void ScriptEngine::Init() { engine_ = new a8::PyEngine(); if (getenv("machine_type")) { - engine_->work_path = "/data/conf_test/game1008/res/pyscripts/"; + engine_->work_path = "/var/data/conf_test/game1008/res/pyscripts/"; } else { engine_->work_path = "../res/pyscripts/"; }