mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-24 15:16:40 -06:00
Fix copy/paste bug
This commit is contained in:
parent
53e872fb72
commit
f023f38616
@ -128,7 +128,7 @@ def check_existing_installation():
|
||||
sys.exit(1)
|
||||
for d in dirs:
|
||||
serverid = os.path.basename(d).split("slapd-", 1)[1]
|
||||
if ds.serverid:
|
||||
if serverid:
|
||||
erase_ds_instance_data (serverid)
|
||||
|
||||
def main():
|
||||
|
Loading…
Reference in New Issue
Block a user