From 304209314f1896715d6d7af3b61cba836c4563b7 Mon Sep 17 00:00:00 2001 From: Mark McKinnon <mark.mckinnon@davenport.edu> Date: Wed, 8 Jul 2020 09:44:38 -0400 Subject: [PATCH] Change permission of Linux and Mac executables to execute Change permission of Linux and Mac executables to execute --- unix_setup.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/unix_setup.sh b/unix_setup.sh index edd6c36632..06fc655e32 100644 --- a/unix_setup.sh +++ b/unix_setup.sh @@ -72,6 +72,10 @@ else echo "done" fi +# make sure thirdparty files are executable +chmod u+x autopsy/markmckinnon/Export* +chmod u+x autopsy/markmckinnon/parse* + # make sure it is executable chmod u+x bin/autopsy -- GitLab