Files
driveAtlas/driveAtlas.sh
Jared Vititoe eb73e03495 Fix temperature parsing with parenthetical data
SMART output for Temperature_Celsius often includes extra sensor data
in parentheses like "26 (0 14 0 0 0)". The previous awk command was
finding "0" from the parenthetical instead of the actual temperature.

Now strips parenthetical content with sed before extracting the last
numeric value.

Fixes: #11

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 20:19:24 -05:00

46 KiB