2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-04-12 11:51:30 +00:00

Fix syntax error in commit

This commit is contained in:
Jarrod Johnson
2025-08-20 08:53:55 -04:00
parent d4e91b1c7e
commit c9c5165245

View File

@@ -141,7 +141,7 @@ def fixup(rootdir, vols):
shutil.copy2(ifcfg, newcfg)
rootconfluentdir = os.path.join(rootdir, 'etc/confluent/')
if os.path.exists(rootconfluentdir):
shutil.rmtree(rootconfluentdir))
shutil.rmtree(rootconfluentdir)
shutil.copytree('/etc/confluent', rootconfluentdir)
if policy:
sys.stdout.write('Applying SELinux labeling...')