use quiet mode by default

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2013-06-19 18:51:23 +02:00
parent 84f2ca0d1f
commit 622cd398c6
1 changed files with 1 additions and 1 deletions

View File

@ -23,4 +23,4 @@
path="$(cat "$__object/parameter/path")"
name="$__object_id"
echo "update-alternatives --set '$name' '$path'"
echo "update-alternatives --quiet --set '$name' '$path'"