Skip to content

Commit da72e9f

Browse files
committed
corrected md5sum check in install.sh for changed files
1 parent 7facff2 commit da72e9f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,8 +409,8 @@ parse_config_file () {
409409
echo "### Checking archive files for existence, readability and integrity."
410410
echo
411411

412-
precheck_files=( automysqlbackup 33a3a48a418ccfa978b023cd5a8e2d0b
413-
automysqlbackup.conf 3e4e7dbbd95d570a8d714f4cdcfaf58e
412+
precheck_files=( automysqlbackup 31e3b0fe937af7ba3c4015543cd2a848
413+
automysqlbackup.conf b70bc8a814400cf41b8e6228d7bbc963
414414
README b17740fcd3a5f8579b907a42249a83cd
415415
LICENSE 39bba7d2cf0ba1036f2a6e2be52fe3f0
416416
)

0 commit comments

Comments
 (0)