One more Cabana fix

This commit is contained in:
firestarsdog
2026-04-15 20:50:48 -04:00
parent 898c70102a
commit 00f8b73f6b
+1 -1
View File
@@ -13,7 +13,7 @@ public:
if (prefix.empty()) {
prefix = util::random_string(15);
}
msgq_path = Path::shm_path() + "/" + prefix;
msgq_path = Path::shm_path() + "/msgq_" + prefix;
bool ret = util::create_directories(msgq_path, 0777);
assert(ret);
setenv("OPENPILOT_PREFIX", prefix.c_str(), 1);