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