Hello Stephan Wacker,

>     while [ `find /var/spool/postfix/active -type f -mmin -1` ]
find returns success if it finds no files, so this will loop forever. Use [[ 
$(find blah | wc -l) -gt 0 ]]


-- 
Neil Bothwick

The world is a tragedy to those who feel, but a comedy to those who
think.(Horace Walpole)

Attachment: signature.asc
Description: PGP signature

Reply via email to