summaryrefslogtreecommitdiffstats
path: root/install/tools/ipa-server-install
diff options
context:
space:
mode:
authorAna Krivokapic <akrivoka@redhat.com>2013-04-22 16:48:43 +0200
committerRob Crittenden <rcritten@redhat.com>2013-04-24 13:33:49 -0400
commit6d2176322c672ecc257cb4407023988268376794 (patch)
tree3d286932b029129dd795966d106c8df4f134069b /install/tools/ipa-server-install
parentbd89e49ed771ff8677cf0e8aa4b0d40eaa0c39b6 (diff)
downloadfreeipa-6d2176322c672ecc257cb4407023988268376794.tar.gz
freeipa-6d2176322c672ecc257cb4407023988268376794.tar.xz
freeipa-6d2176322c672ecc257cb4407023988268376794.zip
Do not display an interactive mode message in unattended mode
https://fedorahosted.org/freeipa/ticket/3576
Diffstat (limited to 'install/tools/ipa-server-install')
-rwxr-xr-xinstall/tools/ipa-server-install5
1 files changed, 3 insertions, 2 deletions
diff --git a/install/tools/ipa-server-install b/install/tools/ipa-server-install
index e0b07d3be..992da90c1 100755
--- a/install/tools/ipa-server-install
+++ b/install/tools/ipa-server-install
@@ -751,8 +751,9 @@ def main():
print ""
print "Excluded by options:"
print " * Configure the Network Time Daemon (ntpd)"
- print ""
- print "To accept the default shown in brackets, press the Enter key."
+ if not options.unattended:
+ print ""
+ print "To accept the default shown in brackets, press the Enter key."
print ""
if external != 2: