Scripts for calculating and checking md5 checksum for specified folder.
WARNING! Running this file, you accept that you know what you're doing. All actions with this script are at your own risk.
- Copy this folder content to your
/opt/scripts
on the Linux system where you need to process md5. - Set-up
$SOURCE_PATH
variable in calculate_md5.sh and check_md5.sh scripts. - (Optional) Modify your check_error_notifications.sh to send an error message to your messenger.
- Run
calculate_md5.sh
to calculate md5 checksums in$SOURCE_PATH
, then runcheck_md5.sh
to check.