Page 1 of 1

Error when running filebot script

Posted: 24 Jul 2018, 20:36
by thanatos216
I download the portable for Linux package today and I receive and error when running. Machine is a CentOS 7 headless box.

Code: Select all

user@server:/filebot# ./filebot.sh
./filebot.sh: line 49: syntax error near unexpected token `;'
./filebot.sh: line 49: `;'


I did check and this file is different from the one I have on another machine.
Which does not have the logic setup in it.

The error is from the package dated from the 23rd.

Code: Select all

[   ]	FileBot_4.8.2-portable.tar.xz	23-Jul-2018 09:30
Thanks

Re: Error when running filebot script

Posted: 24 Jul 2018, 21:30
by thanatos216
So I fixed it..

I changed the ; to esac

from some google foo and the script works now.

so line 49 is now
esac

Re: Error when running filebot script

Posted: 25 Jul 2018, 04:56
by rednoah
case fixed with r5757.