mirror of
https://github.com/tytydraco/KTweak.git
synced 2024-11-04 06:00:43 +00:00
Silence write errors
Signed-off-by: Tyler Nijmeh <tylernij@gmail.com>
This commit is contained in:
parent
7ce1e725d1
commit
e933beb5fe
@ -54,7 +54,7 @@ write() {
|
||||
fi
|
||||
|
||||
# Write the new value
|
||||
echo "$2" > "$1"
|
||||
echo "$2" > "$1" &> /dev/null
|
||||
|
||||
# Bail out if write fails
|
||||
if [[ $? -ne 0 ]]
|
||||
|
Loading…
Reference in New Issue
Block a user