Fix writes not applying

Signed-off-by: tytydraco <tylernij@gmail.com>
latency
tytydraco 4 years ago
parent 6131b81b5b
commit cac87971c1

@ -48,7 +48,7 @@ write() {
fi
# Write the new value
if ! echo "$2" > "$1" &> /dev/null
if ! echo "$2" > "$1" 2> /dev/null
then
err "$1: $curval → $2"
return 1

Loading…
Cancel
Save