Add fix for EACCES socket error

Fixes #44758
This commit is contained in:
Daniel Imms
2018-03-05 10:06:04 -08:00
parent ece8157985
commit 9d75305b7f

View File

@@ -1,3 +1,6 @@
#!/bin/sh
# Create $XDG_RUNTIME_DIR if it doesn't exist
[ -n "$XDG_RUNTIME_DIR" ] && mkdir -p $XDG_RUNTIME_DIR -m 700
exec "$@" --executed-from="$(pwd)" --pid=$$