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

chown live for user,good one done

parent 44d0dcc1
Branches
Tags
No related merge requests found
......@@ -53,9 +53,11 @@ custo_once create_log_user
config_66(){
# creation of the live/ to avoid crash
mkdir -p -m1777 /run/66/{state,tree}
mkdir -p -m1777 /run/66
out_action "Enable dbus,connmand, consolekit,wpa_supplicant and ntpd on tree root"
66-enable -v3 connmand ntpd consolekit wpa_supplicant
# avoid permissions access issue
chown -R ${NEWUSER}:users /run/66
out_action "Create tree graphics for ${NEWUSER}, enables and makes it current"
su "${NEWUSER}" -c "66-tree -v3 -Ecn graphics"
out_action "Enable dbus-user and xdg-user-dirs on tree graphics"
......
......@@ -46,7 +46,7 @@ custo_once() {
config(){
# creation of the live/ to avoid crash
mkdir -p -m1777 /run/66/{state,tree}
mkdir -p -m1777 /run/66
out_action "Enable dhcpd service"
66-enable -v3 dhcpcd
rm -rf /run/66
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment