From f516a7bd8f2a8f238424d815301ccf1c898d4a5e Mon Sep 17 00:00:00 2001
From: jean-michel <jean-michel@obarun.org>
Date: Sat, 6 Apr 2019 03:58:51 +0200
Subject: [PATCH] fix

---
 plasma/customizeChroot | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plasma/customizeChroot b/plasma/customizeChroot
index e8b3fd0..666953a 100755
--- a/plasma/customizeChroot
+++ b/plasma/customizeChroot
@@ -92,7 +92,7 @@ umask 022
 
 66-scandir -v3 -cu
 EOF"
-    su "${NEWUSER}" -c "chmod 750 /home/${NEWUSER}/.scandir
+    su "${NEWUSER}" -c "chmod 750 /home/${NEWUSER}/.scandir"
     
     out_action "Create ${NEWUSER} .xsession file"
     su "${NEWUSER}" -c "cat > /home/${NEWUSER}/.xsession <<EOF
-- 
GitLab