feat(inventory_agent): use HARMONY_INVENTORY_AGENT_PORT as environment variable to set port

This commit is contained in:
2025-08-19 12:55:03 -04:00
parent 01da8631da
commit bc6f7336d2
2 changed files with 2 additions and 2 deletions

View File

@@ -412,7 +412,7 @@ impl PhysicalHost {
}
fn get_host_uuid() -> String {
Self::read_dmi("system-uuid").unwrap_or_else(|| uuid::Uuid::new_v4().to_string())
Self::read_dmi("system-uuid").unwrap()
}
// Helper methods