2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-09-09 14:36:44 +00:00

Merge pull request #300 from Obihoernchen/fix/imgutil-chkstat

Actually run chkstat on the SUSE image
This commit is contained in:
Jarrod Johnson
2026-09-09 08:32:29 -04:00
committed by GitHub
+1 -1
View File
@@ -709,7 +709,7 @@ class SuseHandler(OsHandler):
args.cmd = ['groupadd', 'ssh_keys']
run_constrainedx(fancy_chroot, (args,
self.targpath))
args.cmd = ['chkstat', '--system', '--set'],
args.cmd = ['chkstat', '--system', '--set']
run_constrainedx(fancy_chroot, (args,
self.targpath))