Shell script problem

Hello!
So I've been using hazel for awhile to run a shell script that uses FileBot's command line tools to match TV shows and movies. This was working fine until the last FileBot update, but now it's broken
.
The script is this (running in bin/bash):
The only things that changed is that changed are:
1. FileBot now needs Java 1.8.0 to run (that took a while to figure out but is now sorted) and
2. The path to the script used to be Applications/FileBot.app/Contents/MacOS/filebot, but is now Applications/FileBot.app/Contents/MacOS/filebot.sh (the .sh is the only change)
The script runs in terminal when I cd to the root level of the hard drive, but now matter what I try I can't get Hazel to run it, I just get this error:
I assume for reason that adding the .sh to the file path now requires me to cd to the root level but I've tried
and it didn't work.
Any help would be much appreciated.
So I've been using hazel for awhile to run a shell script that uses FileBot's command line tools to match TV shows and movies. This was working fine until the last FileBot update, but now it's broken

The script is this (running in bin/bash):
- Code: Select all
Applications/FileBot.app/Contents/MacOS/filebot.sh -script fn:amc "/Volumes/Data HD/Downloads/Movies to Move" --output "/Volumes/Media 2/Movies" --conflict override -non-strict --def artwork=n forceMovie=y "movieFormat={n} ({y})"
The only things that changed is that changed are:
1. FileBot now needs Java 1.8.0 to run (that took a while to figure out but is now sorted) and
2. The path to the script used to be Applications/FileBot.app/Contents/MacOS/filebot, but is now Applications/FileBot.app/Contents/MacOS/filebot.sh (the .sh is the only change)
The script runs in terminal when I cd to the root level of the hard drive, but now matter what I try I can't get Hazel to run it, I just get this error:
- Code: Select all
Exception caught while executing shell script: launch path not accessible
2014-06-05 18:16:53.200 hazelworker[484] [Error] Shell script failed: Error processing shell script on file /Volumes/Data HD/Downloads/Movies to Move/Saw IV (2007).mkv.
2014-06-05 18:16:53.200 hazelworker[484] Shellscript exited with non-successful status code: -900
I assume for reason that adding the .sh to the file path now requires me to cd to the root level but I've tried
- Code: Select all
cd /
Applications/FileBot.app/Contents/MacOS/filebot.sh -script fn:amc "/Volumes/Data HD/Downloads/Movies to Move" --output "/Volumes/Media 2/Movies" --conflict override -non-strict --def artwork=n forceMovie=y "movieFormat={n} ({y})"
and it didn't work.
Any help would be much appreciated.