Fixed a conditional logic issue. It didn't break out of user creation when it was supposed to.
This commit is contained in:
parent
35fc177345
commit
129f7f23fa
|
|
@ -45,6 +45,7 @@ while 1:
|
|||
continue
|
||||
|
||||
users[new_user] = new_user_passwd
|
||||
break
|
||||
|
||||
aur = input('Would you like AUR support? (leave blank for no): ')
|
||||
if len(aur.strip()):
|
||||
|
|
|
|||
Loading…
Reference in New Issue