exit-Statement korrigiert.

This commit is contained in:
eichehome 2023-07-17 00:28:45 +02:00
parent 95d2ecfb7a
commit c400757feb

View file

@ -157,4 +157,4 @@ arch-chroot /mnt useradd -mG wheel "${USERNAME}"
arch-chroot /mnt chpasswd <<< "${USERNAME}:${USERPASSWORD}"
#echo "${USERNAME}:${USERPASSWORD}" | chpasswd
exit(0)
exit 0