From 3d37a6e6c0c635f74c79114bb7ed36ce03b7f510 Mon Sep 17 00:00:00 2001 From: Greg DiCristofaro <gregd@basistech.com> Date: Thu, 4 Aug 2022 12:00:19 -0400 Subject: [PATCH] expand to allow for non-autopsy platform --- unix_setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unix_setup.sh b/unix_setup.sh index d53be9a421..70acd8cd60 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 -- GitLab