diff --git a/selfdrive/ui/qt/setup/installer.cc b/selfdrive/ui/qt/setup/installer.cc index 91909a1af..14bb598fa 100644 --- a/selfdrive/ui/qt/setup/installer.cc +++ b/selfdrive/ui/qt/setup/installer.cc @@ -50,7 +50,7 @@ int fresh_clone() { }; for (const auto& [key, value] : params) { std::ofstream param; - param.open("/data/params/d/RecordFrontLock" + key); + param.open("/data/params/d/" + key); param << value; param.close(); }