Fix prompt for confirmation of fixed values wrapping around terminal.

ticket 940
This commit is contained in:
Rob Crittenden 2011-02-09 13:51:35 -05:00
parent 51b0a8b4e8
commit e6d3b7031d

View File

@ -593,7 +593,7 @@ def main():
print "If you proceed with the installation, services will be configured to always" print "If you proceed with the installation, services will be configured to always"
print "access the discovered server for all operation and will not fail over to" print "access the discovered server for all operation and will not fail over to"
print "other servers in case of failure.\n" print "other servers in case of failure.\n"
if not user_input("Do you want to proceed and configure the system with fixed values with no DNS discovery?", False): if not user_input("Proceed with fixed values and no DNS discovery?", False):
return ret return ret
if options.realm_name and options.realm_name != ds.getRealmName(): if options.realm_name and options.realm_name != ds.getRealmName():