summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xinstall/tools/ipa-server-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/tools/ipa-server-install b/install/tools/ipa-server-install
index da7fdc788..6cdb5bdca 100755
--- a/install/tools/ipa-server-install
+++ b/install/tools/ipa-server-install
@@ -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