summaryrefslogtreecommitdiff
path: root/CI/imagescheck/icccheckfile.sh
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-05-12 18:50:44 -0300
committerJesusaves <cpntb1@ymail.com>2021-05-12 18:50:44 -0300
commit26a6f991d8c68f4d10981d5b7b87605749b07829 (patch)
tree1a4ceccdefde4d1df5367584c858c6f5cb815e21 /CI/imagescheck/icccheckfile.sh
parent2daa5a6e34ae0fceef9d330fef3eab29efac0978 (diff)
downloadmessworld-tools-26a6f991d8c68f4d10981d5b7b87605749b07829.tar.gz
messworld-tools-26a6f991d8c68f4d10981d5b7b87605749b07829.tar.bz2
messworld-tools-26a6f991d8c68f4d10981d5b7b87605749b07829.tar.xz
messworld-tools-26a6f991d8c68f4d10981d5b7b87605749b07829.zip
CI/imagescheck update
Diffstat (limited to 'CI/imagescheck/icccheckfile.sh')
-rwxr-xr-xCI/imagescheck/icccheckfile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/CI/imagescheck/icccheckfile.sh b/CI/imagescheck/icccheckfile.sh
index dbdfb23..0ae757d 100755
--- a/CI/imagescheck/icccheckfile.sh
+++ b/CI/imagescheck/icccheckfile.sh
@@ -4,6 +4,6 @@ identify -verbose $1 | egrep -i "profile|iCCP" >/dev/null
if [ "$?" == 0 ]; then
export name="$1"
- export name=${name##../../client-data/}
+ export name=${name##../../../client-data/}
echo "ICC or iCCP profile found for image $name"
fi