Skip to content
Snippets Groups Projects
Commit ed5a3ecf authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

fix crash at user enable process

parent 02037829
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ config(){
out_action "Create tree graphics for ${NEWUSER}, enables and makes it current"
su "${NEWUSER}" -c "66-tree -Ecn graphics"
# creation of the live/state/uid to avoid crash
mkdir -p 755 /run/66/state/$(id -u)
mkdir -p -m1777 /run/66/
out_action "Enable dbus-user and xdg-user-dirs on tree graphics"
su "${NEWUSER}" -c "66-enable -t graphics dbus-user xdg-user-dirs"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment