Ubuntu edgy up to date and amule-daemon 2.1.3-1.

Amule options:
ExecOnCompletion=1
ExecOnCompletionCommand=/usr/local/bin/avisarmail "%FILE"

The script is executed correctly but a ps shows this:
p2p       9130  0.0  0.0      0     0 ?        Z    11:10   0:00 [avisarmail] 
<defunct>


This is the script:

#!/bin/sh
file=`basename "$1"`
asunto="aMule -- $file"
echo "El archivo $file ha sido descargado completamente." | mail -s "$asunto" 
[EMAIL PROTECTED]
exit 0

-- 
Amuled leaves zombie processes
https://launchpad.net/bugs/65496

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to