mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Do not require chroot to be in PATH of non-root user.
This commit is contained in:
parent
31caabdeef
commit
8406399f47
2 changed files with 8 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ def run(*args, **kwargs):
|
|||
print(arguments)
|
||||
|
||||
try:
|
||||
subprocess.run(arguments, check=True, **kwargs)
|
||||
return subprocess.run(arguments, check=True, **kwargs)
|
||||
except subprocess.CalledProcessError:
|
||||
print("Bootstrapping failed")
|
||||
sys.exit(1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue