Skip to content

Commit 695772d

Browse files
committed
1 parent 464bd59 commit 695772d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/opnsense/service/conf/actions.d/actions_system.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ type:script
102102
message:Halt system
103103

104104
[sensors]
105-
command:sysctl -aF | awk -F ": " '$2 ~ "^IK" { print $1 }' | grep -v -e "\._" -e "\.tjmax" | sort
105+
command:sysctl -aF | awk -F ": " '$2 ~ "^IK" { print $1 }' | grep -v -e "\._" -e "\.ctt" -e "\.[pt][m012]" -e "\.tjmax" | sort
106106
parameters:
107107
type:script_output
108108
message:Probing system temperature sensor location

0 commit comments

Comments
 (0)