X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=check-mailq;h=bd79f1d0cd3d7cc8edd8247fb2b42308d81e44ba;hb=7d5e9e87105fafa2243603f958c8b41cdaa7f0ad;hp=aa7ba7670808f9998bbc85d6d7d089c81d4fe50c;hpb=246e575caf357c06b97fc728cb78295ab3bd8630;p=distro-setup diff --git a/check-mailq b/check-mailq index aa7ba76..bd79f1d 100755 --- a/check-mailq +++ b/check-mailq @@ -11,5 +11,5 @@ qlen=$(/usr/sbin/exiqgrep -o 60 -c -b | awk '{print $1}') if [[ $qlen != 0 ]]; then printf "%s" $qlen fi -cd /var/mail -find . -type f \! -empty -print -quit + +find /var/mail -type f \! -empty -print -quit