From 7bd62d3fba5fd074e21a46f7bb0f7af7d0d5cb2a Mon Sep 17 00:00:00 2001 From: jean-michel <jean-michel@obarun.org> Date: Sat, 6 Apr 2019 04:08:40 +0200 Subject: [PATCH] add out_action comment --- plasma/customizeChroot | 1 + 1 file changed, 1 insertion(+) diff --git a/plasma/customizeChroot b/plasma/customizeChroot index 666953a..5ec5c43 100755 --- a/plasma/customizeChroot +++ b/plasma/customizeChroot @@ -92,6 +92,7 @@ umask 022 66-scandir -v3 -cu EOF" + out_action "Set 750 permissions on .scandir file" su "${NEWUSER}" -c "chmod 750 /home/${NEWUSER}/.scandir" out_action "Create ${NEWUSER} .xsession file" -- GitLab