restrict binary permission

This commit is contained in:
gu3st0 2018-08-08 17:21:31 +00:00 committed by GitHub
parent b8364e91be
commit 895615519c
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"