diff --git a/service.sh b/service.sh index 93c0779..86b4edb 100644 --- a/service.sh +++ b/service.sh @@ -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 ]]