diff --git a/unix_setup.sh b/unix_setup.sh
index 1cf9b65888c675178f68bb4ffc5abc22180de438..f18892dfdff9178ef62c822da9ea520818b4434c 100755
--- a/unix_setup.sh
+++ b/unix_setup.sh
@@ -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"