2025-05-10 21:58:58 +08:00

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