mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
Fix bind zone installer
This commit is contained in:
parent
d5290a60f9
commit
bbbac4b24f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user