Skip to content

Commit 9d75305

Browse files
committed
Add fix for EACCES socket error
Fixes microsoft#44758
1 parent ece8157 commit 9d75305

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
#!/bin/sh
22

3+
# Create $XDG_RUNTIME_DIR if it doesn't exist
4+
[ -n "$XDG_RUNTIME_DIR" ] && mkdir -p $XDG_RUNTIME_DIR -m 700
5+
36
exec "$@" --executed-from="$(pwd)" --pid=$$

0 commit comments

Comments
 (0)