]> git.openstreetmap.org Git - chef.git/commitdiff
imagery: fix osstvw_make_diffs find typo
authorGrant Slater <git@firefishy.com>
Mon, 30 May 2016 16:59:30 +0000 (17:59 +0100)
committerGrant Slater <git@firefishy.com>
Mon, 30 May 2016 16:59:30 +0000 (17:59 +0100)
cookbooks/imagery/files/default/osstvw_make_diffs

index e47a1946bcabc3c6177e9f2f63e49ab39e8a1535..f837a421edcdb6001cb56ef5738e87b2d60728f0 100644 (file)
@@ -62,7 +62,7 @@ for (( i=0; i<${OSSV_EDITIONS_LENGTH}; i++ )); do
           sleep 1   # this is not optimal, but you can't use wait here
           running=($(jobs -rp))
         done
-      done < <(find "${OSSV_DIFF_NAME}" -maxdepth 1 -name '*.tif' -size -180000 -printf '%f\0')
+      done < <(find "${OSSV_DIFF_NAME}" -maxdepth 1 -name '*.tif' -size -180000c -printf '%f\0')
     fi
   done
 done