mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-11 23:46:15 +00:00
Merge pull request #4030 from gu3st0/patch-1
restrict binary permission
This commit is contained in:
commit
39dabe5f9f
@ -61,6 +61,6 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# make sure it is executable
|
# 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"
|
echo "Autopsy is now configured. You can execute bin/autopsy to start it"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user