From 87010ae3d4c5c88cffe3f73d99206b4e252ece3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Sat, 23 Jul 2016 00:25:33 -0300 Subject: Fix read and write permissions in $HOME folder --- configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh') diff --git a/configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh b/configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh index 578896e..b2d99a5 100755 --- a/configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh +++ b/configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh @@ -216,6 +216,7 @@ while [ option != 7 ]; do echo "startx" >> /mnt/etc/skel/.bash_profile chmod +x /mnt/etc/skel/.xinitrc cp -a /mnt/etc/skel/.[a-z]* /mnt/home/${user#*=}/ + chmod -R ${user#*=}.${user#*=} /mnt/home/${user#*=}/ cp -a ~/.scriptsInstallation/x11.sh /mnt #Enable services with systemd -- cgit v1.2.2