Skip to content
Snippets Groups Projects
Commit 7bd62d3f authored by jean-michel's avatar jean-michel
Browse files

add out_action comment

parent f516a7bd
No related branches found
No related tags found
No related merge requests found
...@@ -92,6 +92,7 @@ umask 022 ...@@ -92,6 +92,7 @@ umask 022
66-scandir -v3 -cu 66-scandir -v3 -cu
EOF" EOF"
out_action "Set 750 permissions on .scandir file"
su "${NEWUSER}" -c "chmod 750 /home/${NEWUSER}/.scandir" su "${NEWUSER}" -c "chmod 750 /home/${NEWUSER}/.scandir"
out_action "Create ${NEWUSER} .xsession file" out_action "Create ${NEWUSER} .xsession file"
......
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