mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
shell=True, because Aleks says so
This commit is contained in:
parent
1387dff47c
commit
02ed684f9a
1 changed files with 1 additions and 1 deletions
|
@ -400,7 +400,7 @@ def _hook_exec_bash(path, args, chdir, env, return_format, loggers):
|
||||||
_env.update(env)
|
_env.update(env)
|
||||||
|
|
||||||
returncode = call_async_output(
|
returncode = call_async_output(
|
||||||
cmd, loggers, shell=False, cwd=chdir,
|
cmd, loggers, shell=True, cwd=chdir,
|
||||||
env=_env
|
env=_env
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue