Error when running filebot script

All your suggestions, requests and ideas for future development
Post Reply
thanatos216
Posts: 6
Joined: 26 Mar 2018, 15:57

Error when running filebot script

Post 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
thanatos216
Posts: 6
Joined: 26 Mar 2018, 15:57

Re: Error when running filebot script

Post 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
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Error when running filebot script

Post by rednoah »

case fixed with r5757.
:idea: Please read the FAQ and How to Request Help.
Post Reply