From 676e7e3ec80b5182b7f59cba834a210a852cbc63 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 30 May 2016 17:59:30 +0100 Subject: [PATCH 1/1] imagery: fix osstvw_make_diffs find typo --- cookbooks/imagery/files/default/osstvw_make_diffs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2