mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 20:16:49 +02:00
collectd: initskript: dont run sensors-detect on aarch64
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -31,6 +31,9 @@ case "$1" in
|
||||
if [ "${machine:0:3}" = "arm" ]; then
|
||||
touch /etc/sysconfig/lm_sensors
|
||||
fi
|
||||
if [ "${machine:0:7}" = "aarch64" ]; then
|
||||
touch /etc/sysconfig/lm_sensors
|
||||
fi
|
||||
|
||||
# At first run search for sensors with sensors-detect
|
||||
if [ ! -e /etc/sysconfig/lm_sensors ]; then
|
||||
|
||||
Reference in New Issue
Block a user