Update unix_setup.sh

This commit is contained in:
Brian Carrier 2018-03-12 17:22:01 -04:00 committed by GitHub
parent 75ff764e93
commit 05bef8b8cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,4 +50,7 @@ else
exit 1
fi
# make sure it is executable
chmod +x bin/autopsy
echo "Autopsy is now configured. You can execute bin/autopsy to start it"