aMule Forum
English => aMule Help => Topic started by: slystone on September 22, 2006, 09:31:45 AM
-
this is my setting about ExecOnCompletionCommand:
ExecOnCompletionCommand=/bin/echo "%FILE" >> /home/sly/alldown_counter
it doesn't work! ("impossible to execute" ..said amule in logfile)
-
Could you please try to use sh -c 'echo "%FILE" >> /home/sly/alldown_counter' ?
-
Originally posted by wuischke
Could you please try to use sh -c 'echo "%FILE" >> /home/sly/alldown_counter' ?
works!
tnx a lot :)