7 lines
133 B
Bash
7 lines
133 B
Bash
#!/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
|