Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'profiles')
-rw-r--r--profiles/server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/server.py b/profiles/server.py
index fcb33ee8..fab4e7cf 100644
--- a/profiles/server.py
+++ b/profiles/server.py
@@ -14,7 +14,7 @@ def _prep_function(*args, **kwargs):
selected_servers = archinstall.generic_multi_select(available_servers, f"Choose which servers to install and enable (leave blank for a minimal installation): ")
archinstall.storage['_selected_servers'] = selected_servers
- return True # Do nothing and just return True
+ return True
if __name__ == 'server':
"""