Invoke teleo-kb through bash on noexec tmpfs
Some checks are pending
CI / lint-and-test (push) Waiting to run
Some checks are pending
CI / lint-and-test (push) Waiting to run
This commit is contained in:
parent
bbdb14db4c
commit
0820d0933b
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ def _status_environment(profile: Path) -> dict[str, str]:
|
|||
def _database_status(profile: Path) -> dict[str, Any]:
|
||||
wrapper = profile / "bin" / "teleo-kb"
|
||||
completed = subprocess.run(
|
||||
[str(wrapper), "status", "--format", "json"],
|
||||
["/bin/bash", str(wrapper), "status", "--format", "json"],
|
||||
cwd=profile,
|
||||
env=_status_environment(profile),
|
||||
check=False,
|
||||
|
|
|
|||
Loading…
Reference in a new issue