We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f81c8d commit 5885132Copy full SHA for 5885132
profile.d/40-desktopenvironments
@@ -9,7 +9,7 @@ if test -z "${XDG_RUNTIME_DIR}"; then
9
else
10
export XDG_RUNTIME_DIR=/tmp/${UID}-runtime-dir
11
if ! test -d "${XDG_RUNTIME_DIR}"; then
12
- mkdir "${XDG_RUNTIME_DIR}"
+ mkdir -p "${XDG_RUNTIME_DIR}"
13
chmod 0700 "${XDG_RUNTIME_DIR}"
14
fi
15
0 commit comments