diff options
Diffstat (limited to 'helpers/lh_source_md5sum')
-rwxr-xr-x | helpers/lh_source_md5sum | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/helpers/lh_source_md5sum b/helpers/lh_source_md5sum index bf7f378..ccde309 100755 --- a/helpers/lh_source_md5sum +++ b/helpers/lh_source_md5sum @@ -38,6 +38,11 @@ then exit 0 fi +if [ "${LH_CHECKSUMS}" != "enabled" ] +then + exit 0 +fi + Echo_message "Begin creating source md5sum.txt..." # Requiring stage file |