Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5022dd7e authored by Katherine Lai's avatar Katherine Lai Committed by Automerger Merge Worker
Browse files

Merge "floss: Update the SyspropsFilePath for Linux" am: be0a421d am: 551e2b40

parents a6ba87af 551e2b40
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ std::string ParameterProvider::SyspropsFilePath() {
      return sysprops_file_path;
    }
  }
  return "/etc/bluetooth/sysprops.conf";
  return "/var/lib/bluetooth/sysprops.conf";
}

void ParameterProvider::OverrideSyspropsFilePath(const std::string& path) {