mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix copy/paste bug
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user