mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 15:40:01 -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
|
# check bind packages are installed
|
||||||
if options.setup_bind:
|
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 "--setup-bind was specified but bind is not installed on the system"
|
||||||
print "Please install bind and restart the setup program"
|
print "Please install bind and restart the setup program"
|
||||||
return 1
|
return 1
|
||||||
|
Loading…
Reference in New Issue
Block a user