Ensure XDG_RUNTIME_DIR is available to neko

This commit is contained in:
Josh.5
2022-09-17 20:21:19 +12:00
committed by Josh Sunnex
parent cb597e4423
commit 9bfc3568e6
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ echo "Setting umask to ${UMASK}";
umask ${UMASK}
XDG_RUNTIME_DIR=/run/user/${PUID}
export XDG_RUNTIME_DIR=/run/user/${PUID}
echo "Create the user XDG_RUNTIME_DIR path '${XDG_RUNTIME_DIR}'"
mkdir -p ${XDG_RUNTIME_DIR}
chown -R ${PUID}:${PGID} ${XDG_RUNTIME_DIR}