Search found 3 matches

by zoobidoo
January 7th, 2009, 4:36 pm
Forum: Post-Processing Scripts
Topic: what's wrong in this script ?
Replies: 4
Views: 4433

Re: what's wrong in this script ?

thank you again
i'm not sure to understand what it really mean =)
so i'm also asking the same topic on qnap's forum
by zoobidoo
January 7th, 2009, 1:41 pm
Forum: Post-Processing Scripts
Topic: what's wrong in this script ?
Replies: 4
Views: 4433

Re: what's wrong in this script ?

that was a fast answer ! thx
unfortunately it only change the problem : now i have an other issue :

/share/Qdownload/sabnzbd/scripts/series.sh: line 8: /usr/bin/find: No such file or directory


maybe another idea ?
thank you again !
by zoobidoo
January 7th, 2009, 12:32 pm
Forum: Post-Processing Scripts
Topic: what's wrong in this script ?
Replies: 4
Views: 4433

what's wrong in this script ?

hi guys ! i'm just a beginner with linux scrpting and bash and so on but i've wrote i little scprit to move my downloads from my download folder to another one... =================== #!/bin/sh ORIG=/share/Qdownload/sabnzbd/complete/Series DEST=/share/Qmultimedia/Incoming/Series cd $ORIG for f in `fi...