index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-11-11 22:23:26 +0000 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-11-11 22:23:26 +0000 |
commit | 4dd20ae4d4abeed916c0d1271a637dcb3c80b9a6 (patch) | |
tree | 3ca98a8fc779aea829568b5d9b30b04532e1da1e /examples | |
parent | b00f307a287ef7ef32d5c9988d79cf60d09c26ae (diff) |
-rw-r--r-- | examples/guided.py | 2 |
diff --git a/examples/guided.py b/examples/guided.py index 8378fc6b..69162244 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -135,7 +135,7 @@ while 1: continue break - if 'users' not in archinstall.storage['_guided']: + if not archinstall.storage['_guided']['users']: archinstall.storage['_guided']['users'] = [] archinstall.storage['_guided']['users'].append(new_user) |