diff options
-rwxr-xr-x | imagescheck/icccheckfile.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/imagescheck/icccheckfile.sh b/imagescheck/icccheckfile.sh index d2e46c9..e0a80dd 100755 --- a/imagescheck/icccheckfile.sh +++ b/imagescheck/icccheckfile.sh @@ -1,6 +1,6 @@ #!/bin/bash -identify -verbose $1 | grep profile >/dev/null +identify -verbose $1 | grep -i profile >/dev/null if [ "$?" == 0 ]; then export name="$1" |