Fixed a conditional logic issue. It didn't break out of user creation when it was supposed to.

This commit is contained in:
Anton Hvornum 2020-08-31 21:09:01 +02:00
parent 35fc177345
commit 129f7f23fa
1 changed files with 1 additions and 0 deletions

View File

@ -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()):