forked from Mirror/pmbootstrap
pmb.chroot.run.user: fix missing return (MR 2329)
Fix broken output_return=True, causing "pmbootstrap kconfig edit" to break.
This commit is contained in:
parent
2cf80bb534
commit
a8413c61a5
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ def user(
|
||||||
check=None,
|
check=None,
|
||||||
env={},
|
env={},
|
||||||
):
|
):
|
||||||
userm([cmd], chroot, working_dir, output, output_return, check, env)
|
return userm([cmd], chroot, working_dir, output, output_return, check, env)
|
||||||
|
|
||||||
|
|
||||||
def exists(username, chroot: Chroot = Chroot.native()):
|
def exists(username, chroot: Chroot = Chroot.native()):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue