diff --git a/lib/util-desktop.sh b/lib/util-desktop.sh index 097c222..2f22071 100644 --- a/lib/util-desktop.sh +++ b/lib/util-desktop.sh @@ -149,7 +149,7 @@ install_manjaro_de_wm() { for home in $(echo $MOUNTPOINT/home/*); do cp -ar $MOUNTPOINT/etc/skel/. $home/ user=$(echo $home | cut -d/ -f4) - arch_chroot "chown -R ${user}:${user} $home" + arch_chroot "chown -R ${user}:${user} /home/${user}" done fi # Enable services in the chosen profile