Page 1 of 1

Script .sh fails on Qnap

Posted: 23 Aug 2015, 18:49
by mapomme1108
Hello,

I am using Filebot 4.6 in command line on a Qnap nas.
I want to create an automated task using a .sh file

When I enter this command line :
filebot -script fn:amc -rename "/share/Download/sabnzbd/complete/" --output "/share/Multimedia/" --format "{n} ({y})"
in a ssh terminal, it works.

But when I use this same command line in a executable .sh file, it does not work. Instead it displays all the filebot options.

How can I fix it?