mirror of
https://github.com/AdnanHodzic/auto-cpufreq.git
synced 2025-07-22 13:14:38 +02:00
Fix systemd log spam maybe
This commit is contained in:
parent
f8b5b5d458
commit
604e6637ff
@ -96,7 +96,7 @@ function driver () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function write_value () {
|
function write_value () {
|
||||||
if [ -w $FLNM ]; then echo $VALUE > $FLNM; fi
|
if [ -w $FLNM ]; then echo $VALUE > $FLNM 2>/dev/null; fi
|
||||||
}
|
}
|
||||||
|
|
||||||
function set_driver () {
|
function set_driver () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user