Remove redundant line

This commit is contained in:
Marko Korhonen 2020-02-19 22:32:28 +02:00
parent a9293739c6
commit f3417ab86c
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -5,8 +5,6 @@ IPMIUSER=ReekyMarko
IPMIPW={{@@ env['PASS_IPMI'] @@}}
IPMIEK=0000000000000000000000000000000000000000
mkdir -p /tmp/ipmi
DATA=`ipmitool -I lanplus -H $IPMIHOST -U $IPMIUSER -P $IPMIPW -y $IPMIEK sdr get "FAN 1 RPM" "FAN 2 RPM" "FAN 3 RPM" "FAN 4 RPM" "FAN 5 RPM" "FAN 6 RPM" | grep "Sensor Reading" | awk '{ print $4 }'`
echo "$DATA"