Received abort event

I'm trying to have hazel run a terminal command on a file, but couldn't make it work.
I tried "Run shell Script" with the following command:
But I always get a "Received abort event" error. Any ideas?
I tried "Run shell Script" with the following command:
- Code: Select all
exiftool "-FileCreateDate<CreateDate" "-FileModifyDate<CreateDate" $1
But I always get a "Received abort event" error. Any ideas?