Skip to content

Commit

Permalink
changed md5sums in install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fr00d committed Jan 20, 2017
1 parent 06568e9 commit ad8fb98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -404,8 +404,8 @@ parse_config_file () {
echo "### Checking archive files for existence, readability and integrity."
echo

precheck_files=( automysqlbackup 447c33d2546181d07d0c0d69d76b189b
automysqlbackup.conf d525efa3da15ce9fea96893e5a8ce6d5
precheck_files=( automysqlbackup 33a3a48a418ccfa978b023cd5a8e2d0b
automysqlbackup.conf 3e4e7dbbd95d570a8d714f4cdcfaf58e
README b17740fcd3a5f8579b907a42249a83cd
LICENSE 39bba7d2cf0ba1036f2a6e2be52fe3f0
)
Expand Down Expand Up @@ -483,4 +483,4 @@ if echo $PATH | grep "${bindir}" >/dev/null 2>&1; then
else
printf "if running under the current user, you have to use the full path ${bindir}/automysqlbackup since /usr/local/bin is not in 'echo \$PATH'\n"
printf "\nSetup Complete!\n"
fi
fi

0 comments on commit ad8fb98

Please sign in to comment.