Do not display an interactive mode message in unattended mode

https://fedorahosted.org/freeipa/ticket/3576
This commit is contained in:
Ana Krivokapic 2013-04-22 16:48:43 +02:00 committed by Rob Crittenden
parent bd89e49ed7
commit 6d2176322c

View File

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