suppress output

This commit is contained in:
ander 2016-11-07 16:55:51 +02:00
parent b3cf70ae42
commit 35975582f0

View file

@ -34,7 +34,7 @@ fi
case "$state_should" in
hold|unhold)
echo "apt-mark $state_should $name"
echo "apt-mark $state_should $name > /dev/null"
;;
*)
echo "Unknown state: $state_should" >&2