I'm trying to add a simple script to copy files to a NAS server.
I configured options to take scripts on Downloads/scripts folder, my script is working well :
#!/bin/bash
cp -R $1 /media/freebox/usenet/
But... nothing happened at the end of a downloaded file. The log file says :
2012-02-05 21:16:52,305::INFO::[postproc:619] Queue has finished, launching: None (None)
SABnzbd is installed on an Ubuntu machine as service. Evereything works.. not that

Somebody have an issue ?
P.S. : In Parameters, Pre-queue correctly detects my script : sync.sh.
Thanks a lot for your help.