simple pre-queue user script question
Posted: June 7th, 2013, 9:09 pm
I would like to use a pre-queue user script to scp a copy of the nzb off to another machine. The script would be something similar to:
Can someone give me a gentle nudge in the right direction? I have tried a couple of variations, but the file doesn't get copied. Should it be?
Code: Select all
#!/bin/bash
scp <this is the variable that I can't figure out> user@somedomain.info:/mnt/movies/nzbs
Code: Select all
#!/bin/bash
scp $1 user@somedomain.info:/mnt/movies/nzbs