Do not show permission denied message

Signed-off-by: tytydraco <tylernij@gmail.com>
latency
tytydraco 4 years ago
parent aa10065557
commit b889518d01

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

Loading…
Cancel
Save