Commit 594258d3 authored by Tristan Cavelier's avatar Tristan Cavelier

component/onlyoffice-x2t: fix location folder permission

Changing from dr-x------ to dr-xr-x---
parent fdfc1509
......@@ -27,3 +27,4 @@ script =
exec %(location)s/bin/x2t "$@"''')
wrapper.close()
os.chmod(wrapper_location, 0755)
os.chmod(location, 0750)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment