[bash] sh: -c: line 0: unexpected EOF while looking for matching `
Posted: 21 Oct 2018, 08:07
Hello,
I have assembled the following user defined script on my Synology NAS after a crash of one of my disks. It used to work before the crash but now I get errors.
Script:
Errors:
Does anyone have an idea?
Thanks!
I have assembled the following user defined script on my Synology NAS after a crash of one of my disks. It used to work before the crash but now I get errors.
Script:
Code: Select all
filebot -script 'fn:configure' --def ‘osdbUser=xxx' ‘osdbPwd=xxx’ filebot -script 'fn:amc' '/volume1/Downloads’ --output /volume1/Video --action move -non-strict --conflict auto --lang en --def 'music=y' 'unsorted=y' 'subtitles=eng' 'clean=y’ 'deleteAfterExtract=y' 'excludeList=.excludes’
Code: Select all
sh: -c: line 0: unexpected EOF while looking for matching `''
sh: -c: line 1: syntax error: unexpected end of file
Thanks!