endeavouros-arm / install-script

install EndeavourOS on an ARM SBC
GNU General Public License v3.0
13 stars 9 forks source link

Add quotation marks to variables that can contain spaces #1

Closed alenbasic closed 3 years ago

alenbasic commented 3 years ago

If you enter a full name like John Smith the program will enter an infinite loop due the useradd program not creating the user due to the unexpected extra input and thus causing the while loop being unable to validate the name.