Skip to content

Commit 4d8b1f7

Browse files
committed
docs: faq linux chrome sandbox permissions
Signed-off-by: Adam Setch <[email protected]>
1 parent 86f73ce commit 4d8b1f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/faqs/5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ If you experience issues opening Gitify on Linux due to `Chrome Sandbox` permiss
55

66
```
77
sudo chown root:root /opt/Gitify/chrome-sandbox
8-
sudo chown 4755 /opt/Gitify/chrome-sandbox
8+
sudo chmod 4755 /opt/Gitify/chrome-sandbox
99
```
1010

1111
<br />

0 commit comments

Comments
 (0)