Fix bind zone installer

This commit is contained in:
Rob Crittenden 2009-04-27 15:42:50 -04:00
parent d5290a60f9
commit bbbac4b24f

View File

@ -391,7 +391,7 @@ def main():
# check bind packages are installed
if options.setup_bind:
if not ipaserver.bindinstance.check_inst():
if not bindinstance.check_inst():
print "--setup-bind was specified but bind is not installed on the system"
print "Please install bind and restart the setup program"
return 1