exit-Statement korrigiert.
This commit is contained in:
parent
95d2ecfb7a
commit
c400757feb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue