Covscan fixes
This commit is contained in:
parent
cb692aed31
commit
8d7bdb6348
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
if [ $# -ne 0 ]; then
|
if [ $# -ne 0 ]; then
|
||||||
/usr/sbin/modprobe -abr $@
|
/usr/sbin/modprobe -abr "$@"
|
||||||
else
|
else
|
||||||
echo "No sensors with loadable kernel modules configured."
|
echo "No sensors with loadable kernel modules configured."
|
||||||
echo "Please, run 'sensors-detect' as root in order to search for available sensors."
|
echo "Please, run 'sensors-detect' as root in order to search for available sensors."
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
if [ $# -ne 0 ]; then
|
if [ $# -ne 0 ]; then
|
||||||
/usr/sbin/modprobe -ab $@
|
/usr/sbin/modprobe -ab "$@"
|
||||||
else
|
else
|
||||||
echo "No sensors with loadable kernel modules configured."
|
echo "No sensors with loadable kernel modules configured."
|
||||||
echo "Please, run 'sensors-detect' as root in order to search for available sensors."
|
echo "Please, run 'sensors-detect' as root in order to search for available sensors."
|
||||||
|
@ -189,6 +189,7 @@ fi
|
|||||||
* Fri May 04 2018 Ondřej Lysoněk <olysonek@redhat.com> - 3.4.0-14
|
* Fri May 04 2018 Ondřej Lysoněk <olysonek@redhat.com> - 3.4.0-14
|
||||||
- Add detection of AMD Ryzen w/ Vega graphics
|
- Add detection of AMD Ryzen w/ Vega graphics
|
||||||
- Resolves: rhbz#1573399
|
- Resolves: rhbz#1573399
|
||||||
|
- Covscan fixes
|
||||||
|
|
||||||
* Fri Apr 20 2018 Ondřej Lysoněk <olysonek@redhat.com> - 3.4.0-13
|
* Fri Apr 20 2018 Ondřej Lysoněk <olysonek@redhat.com> - 3.4.0-13
|
||||||
- Detect AMD Family 17h thermal sensors
|
- Detect AMD Family 17h thermal sensors
|
||||||
|
Loading…
Reference in New Issue
Block a user