suppress output

remotes/origin/prometheus
Ander Punnar 9 years ago
parent b3cf70ae42
commit 35975582f0
  1. 2
      cdist/conf/type/__apt_mark/gencode-remote

@ -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

Loading…
Cancel
Save