diff --git a/unix_setup.sh b/unix_setup.sh
index d53be9a421ab9c7ee9e0ab871f3c161c782b7261..70acd8cd60349379d7b72ce79f58399703ff4943 100644
--- a/unix_setup.sh
+++ b/unix_setup.sh
@@ -105,8 +105,8 @@ chmod u+x autopsy/markmckinnon/parse*
 chmod -R u+x autopsy/solr/bin
 
 # make sure it is executable
-chmod u+x bin/autopsy
+find /home/autopsy/src/commander/commander-1.0.0/bin/* -not -name "*.exe" | xargs chmod u+x
 
 echo
-echo "Autopsy is now configured. You can execute bin/autopsy to start it"
+echo "Autopsy is now configured. You can execute $(find /home/autopsy/src/commander/commander-1.0.0/bin/* -not -name "*.exe") to start it"
 echo