diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect index f4769b09..669f33e5 100755 --- a/prog/detect/sensors-detect +++ b/prog/detect/sensors-detect @@ -5632,7 +5632,9 @@ sub main print "#----cut here----\n". $modprobes. "# sleep 2 # optional\n". - "/usr/local/bin/sensors -s # recommended\n". + (-e '/usr/bin/sensors' ? + "/usr/bin/sensors -s # recommended\n" : + "/usr/local/bin/sensors -s # recommended\n") . "#----cut here----\n\n"; print "If you have some drivers built into your kernel, the list above will\n".