Skip to content

Commit

Permalink
useless echo removed
Browse files Browse the repository at this point in the history
  • Loading branch information
casperklein committed Apr 11, 2020
1 parent 7e0c63e commit 7a07c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailctl
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ case "${1:-}" in
PACKAGES=("amavisd-new" "dovecot-core" "clamav" "fail2ban" "opendkim" "opendmarc" "postfix" "spamassassin")
for i in "${PACKAGES[@]}"; do
printf "%-15s" "$i:"
echo $(docker exec "$CONTAINER" bash -c "dpkg -s $i | grep ^Version | cut -d' ' -f2")
docker exec "$CONTAINER" bash -c "dpkg -s $i | grep ^Version | cut -d' ' -f2"
done
;;

Expand Down

0 comments on commit 7a07c07

Please sign in to comment.