Fix build breakage.

This commit is contained in:
Rob Crittenden
2008-03-03 22:30:10 -05:00
parent b49942fe96
commit b3c8780c1d

View File

@@ -317,7 +317,7 @@ def main():
signal.signal(signal.SIGINT, signal_handler)
standard_logging_setup("/var/log/ipaserver-install.log", options.debug)
print "\nThe log file for this installation can be found in /var/log/ipaserver-install.log")
print "\nThe log file for this installation can be found in /var/log/ipaserver-install.log"
if options.uninstall:
return uninstall()