small fixes

This commit is contained in:
teldra 2021-03-16 23:09:35 +01:00
parent fa6899d703
commit 9c916468bf
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ cp -rf "${functions}" "${dest}"/tmp/installer
cp -rf ./run_in_chroot.sh "${dest}"/tmp/installer
for i in $(seq 1 "${users[amount]}"); do
pw+=( "${i}" )
pw+=( "${users[pw$i]}" )
done
chroot "${dest}" "/tmp/installer/run_in_chroot.sh" "${cfg[diskpw]}" "${pw[@]}"