From: Grant Slater Date: Mon, 30 May 2016 16:59:30 +0000 (+0100) Subject: imagery: fix osstvw_make_diffs find typo X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/676e7e3ec80b5182b7f59cba834a210a852cbc63?hp=33d3964b54662ab6c6aca33a17c177c7ce488bfb;ds=sidebyside imagery: fix osstvw_make_diffs find typo --- diff --git a/cookbooks/imagery/files/default/osstvw_make_diffs b/cookbooks/imagery/files/default/osstvw_make_diffs index e47a1946b..f837a421e 100644 --- a/cookbooks/imagery/files/default/osstvw_make_diffs +++ b/cookbooks/imagery/files/default/osstvw_make_diffs @@ -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