mirror of
https://gitlab.manjaro.org/applications/manjaro-architect
synced 2024-11-08 01:10:26 +00:00
Fix
This commit is contained in:
parent
ff2582fdca
commit
0a28e84ee2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user