From 895615519ce2a8c510ec89ef52107afecc32755b Mon Sep 17 00:00:00 2001 From: gu3st0 <41840372+gu3st0@users.noreply.github.com> Date: Wed, 8 Aug 2018 17:21:31 +0000 Subject: [PATCH] restrict binary permission --- unix_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix_setup.sh b/unix_setup.sh index 1cf9b65888..f18892dfdf 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" -- GitLab