Merge pull request #4030 from gu3st0/patch-1

restrict binary permission
This commit is contained in:
Brian Carrier 2018-08-11 18:06:33 -04:00 committed by GitHub
commit 39dabe5f9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,6 +61,6 @@ else
fi
# make sure it is executable
chmod +x bin/autopsy
chmod u+x bin/autopsy
echo "Autopsy is now configured. You can execute bin/autopsy to start it"