small fixes
This commit is contained in:
parent
81f22e67ae
commit
0e21f9060d
5 changed files with 9 additions and 8 deletions
2
image.py
2
image.py
|
@ -173,7 +173,7 @@ def cmd_build():
|
|||
)
|
||||
create_chroot_user(chroot_name, user=profile['username'], password=profile['password'])
|
||||
if post_cmds:
|
||||
result = run_chroot_cmd(' && '.join(post_cmds, chroot_name))
|
||||
result = run_chroot_cmd(' && '.join(post_cmds), chroot_name)
|
||||
if result.returncode != 0:
|
||||
raise Exception('Error running post_cmds')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue