Closed cmer closed 8 years ago
Thanks, I'll have a look at this. Normally I assumed the filebot script would be run from the console (as root likely) but hadn't thought about it being called from another script running as a non sudoer user.
Script updated with recommended code.
I've been having issues trying to run Filebot from scripts and plugins I have on Unraid. The problem is that most are running as 'nobody', and 'nobody' does NOT have sudo access. After reviewing /usr/bin/filebot, I noticed that it tries to sudo every time it's run.
I made the following change and it solved the problem. I'd be great if the fix made it upstream: