This commit is contained in:
Chrysostomus 2017-03-01 19:02:09 +08:00
parent ff2582fdca
commit 0a28e84ee2

View File

@ -199,7 +199,7 @@ install_manjaro_de_wm() {
if [[ -e "$(echo /mnt/home/*)" ]]; then
for home in $(echo $MOUNTPOINT/home/*); do
cp -ar $MOUNTPOINT/etc/skel/. $home/
user=$(echo $home | cut -d/ -f3)
user=$(echo $home | cut -d/ -f4)
arch_chroot "chown -R ${user}:${user} $home"
done
fi