Browse Source

fixed sensor name

master
Josh Fabean 3 years ago
parent
commit
fafaea7ac5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ryzen-cpu-temp

+ 1
- 1
ryzen-cpu-temp View File

@ -1,5 +1,5 @@
#! /bin/bash
OUTPUT="$(sensors k10temp-pci-00c3 -j | jq '.["k10temp-pci-00c3"].Tdie.temp1_input')"
OUTPUT="$(sensors k10temp-pci-00c3 -j | jq '.["k10temp-pci-00c3"].Tdie.temp2_input')"
echo "${OUTPUT}"

Loading…
Cancel
Save