Forgot one property in tpfan, oops

dev
Michael De Roover 2020-08-08 21:39:58 +02:00
parent aa584f3cf7
commit 355e16d130
Signed by: vim
GPG Key ID: 075496E232CE04CB
1 changed files with 5 additions and 1 deletions

6
tpfan
View File

@ -18,9 +18,13 @@ sens(){
then
export state=mid
export color="$green"
else
elif [ "$temp" -lt "$extreme" ]
then
export state=high
export color="$red"
else
export state=extreme
export color="$red"
fi
show "$temp°C"
}