Skip to content
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

Fix executable bit on msfdb #14372

Merged
merged 1 commit into from Nov 12, 2020

Conversation

adfoster-r7
Copy link
Contributor

@adfoster-r7 adfoster-r7 commented Nov 10, 2020

Looks like the executable bit for msfdb recently got dropped

Previous commit:

$ git ls-files -s ./msfdb
100755 180fd05f177dbb4220c14c1fa9dc90d09dcdc8c3 0       msfdb

Current master:

$ git ls-files -s ./msfdb
100644 75c6a1cd1a82ed0d1f2381d1ef9fa7cb8c68f53c 0     msfdb

Looks like it got dropped unintentionally:

msfdb 100755 → 100644
0aead04

Verification

  • ./msfdb Does not work on master
  • ./msfdb Should work on this branch

@agalway-r7 agalway-r7 self-assigned this Nov 10, 2020
@agalway-r7 agalway-r7 merged commit a890210 into rapid7:master Nov 12, 2020
@agalway-r7
Copy link
Contributor

agalway-r7 commented Nov 12, 2020

Release Notes

Fixed executable bit on msfdb.

@agalway-r7 agalway-r7 added bug rn-fix release notes fix labels Nov 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug easy rn-fix release notes fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants