7 lines
133 B
Plaintext
7 lines
133 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# HACK: Allow access
|
||
|
export XDG_RUNTIME_DIR=/run/user/`id -u weston`
|
||
|
mkdir -p $XDG_RUNTIME_DIR
|
||
|
chmod a+w $XDG_RUNTIME_DIR
|