-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
md5sum not available by default on macOS #7
Comments
Hi, thanks for this enhancement. Can you please have a try if the install.sh of the actual master branch is working on MacOS? Cheers |
Thanks for the quick reply. It looks like the syntax is a bit off:
I don't know where the
|
I found the problem. These lines:
should be
I also noticed |
Can you please check the master if it's working in the master? If so I'll release a new version. |
Thanks again. It got past the errors this time, but I just realized that Sorry, this is looking like a lot more work than I thought it would be. I can just manually modify the script for now. |
This is happening on Linux with the newly released 3.0.6 : tmp/AutoMySQLBackup-3.0.6# ./install.sh Checking archive files for existence, readability and integrity.automysqlbackup ... exists and is readable ... md5sum failed :( grep 'precheck_files=( automysqlbackup' install.sh md5sum automysqlbackup |
Yeah, md5's are currently not matching with what is on |
@silverwind You're right, I've removed the md5 check. Would you like to try the install.sh from the new master again? |
Looking good. I think you can resolve this issue. |
Hi,
md5sum isn't available on macOS so install.sh fails for me:
but
md5 -r
would work andopenssl md5
is another option. See this comment which might help.I'd like to install this on macOS High Sierra (10.13).
The text was updated successfully, but these errors were encountered: