fix(thermal): add util-linux to service path for logger command
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
lm_sensors
|
||||
gnugrep
|
||||
coreutils
|
||||
util-linux
|
||||
];
|
||||
script = ''
|
||||
TEMP=$(sensors 2>/dev/null | grep -i 'Tctl\|Tdie' | head -1 || echo "N/A")
|
||||
|
||||
Reference in New Issue
Block a user