diff options
Diffstat (limited to 'sfeed_update_xargs')
-rwxr-xr-x | sfeed_update_xargs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sfeed_update_xargs b/sfeed_update_xargs index f8ee8e7..a249fa0 100755 --- a/sfeed_update_xargs +++ b/sfeed_update_xargs | |||
@@ -40,6 +40,10 @@ feeds | SFEED_UPDATE_CHILD="1" xargs -r -0 -P "${maxjobs}" -L 6 "$(readlink -f " | |||
40 | status=$? | 40 | status=$? |
41 | # check error exit status indicator for parallel jobs. | 41 | # check error exit status indicator for parallel jobs. |
42 | test -f "${sfeedtmpdir}/ok" || status=1 | 42 | test -f "${sfeedtmpdir}/ok" || status=1 |
43 | |||
44 | ## TODO: further processing for feed metadata | ||
45 | # ${sfeedtmpdir}/feeds/* | ||
46 | |||
43 | # cleanup temporary files etc. | 47 | # cleanup temporary files etc. |
44 | cleanup | 48 | cleanup |
45 | exit ${status} | 49 | exit ${status} |