summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/adtrust.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipaserver/install/adtrust.py')
-rw-r--r--ipaserver/install/adtrust.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipaserver/install/adtrust.py b/ipaserver/install/adtrust.py
index 4694a25ca..2eddf453a 100644
--- a/ipaserver/install/adtrust.py
+++ b/ipaserver/install/adtrust.py
@@ -404,8 +404,8 @@ def install_check(standalone, options, api):
retrieve_and_ask_about_sids(api, options)
-def install(options, fstore, api):
- if not options.unattended:
+def install(standalone, options, fstore, api):
+ if not options.unattended and standalone:
print("")
print("The following operations may take some minutes to complete.")
print("Please wait until the prompt is returned.")