From 05bef8b8cdc410803220860d54c73bfb6f42dc7f Mon Sep 17 00:00:00 2001 From: Brian Carrier Date: Mon, 12 Mar 2018 17:22:01 -0400 Subject: [PATCH] Update unix_setup.sh --- unix_setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/unix_setup.sh b/unix_setup.sh index efc2f46b8d..a1e24fdf9e 100755 --- a/unix_setup.sh +++ b/unix_setup.sh @@ -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"