Set root XDG_RUNTIME_DIR to /tmp/runtime-root

This commit is contained in:
Josh.5
2022-10-09 12:30:08 +13:00
committed by Josh Sunnex
parent 72f2543b02
commit 45f73da6cb
3 changed files with 6 additions and 2 deletions

View File

@@ -93,4 +93,8 @@ echo "root:${USER_PASSWORD}" | chpasswd
echo "Setting user password"
echo "${USER}:${USER_PASSWORD}" | chpasswd
# Set root XDG_RUNTIME_DIR path
mkdir -p /tmp/runtime-root
chown root:root /tmp/runtime-root
echo "DONE"