forked from ungleich-public/cdist
suppress output
This commit is contained in:
parent
b3cf70ae42
commit
35975582f0
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ fi
|
||||||
|
|
||||||
case "$state_should" in
|
case "$state_should" in
|
||||||
hold|unhold)
|
hold|unhold)
|
||||||
echo "apt-mark $state_should $name"
|
echo "apt-mark $state_should $name > /dev/null"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Unknown state: $state_should" >&2
|
echo "Unknown state: $state_should" >&2
|
||||||
|
|
Loading…
Reference in a new issue