Skip to content

Commit

Permalink
remove processing file if imgatch is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan P.C. McQuen committed Apr 5, 2016
1 parent ffe9bac commit 391e4f2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion imgult
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
## imgult, the image-ultimator v4.1.00 by ryanpcmcquen
## imgult, the image-ultimator v4.1.01 by ryanpcmcquen

## thanks to B. Watson for lots of help :^)

Expand Down Expand Up @@ -218,6 +218,9 @@ while [ -e ${IMGULT_FILES_LIST} ]; do
echo "* Execute parametric cleaning sequence: * "
rm -v ${IMGULT_FILES_LIST}
fi
if [ "${ENGAGE_IMGATCH_SERVICE}" = false ]; then
rm -v ${IMGULT_PROCESSED_FILES_LIST}
fi
echo
echo "* The imgult has completed. Take care. * "
echo "****************************************************************************** "
Expand Down

0 comments on commit 391e4f2

Please sign in to comment.