mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Avoid operation log filename with space
This commit is contained in:
parent
c1bd302973
commit
a22672ede8
1 changed files with 1 additions and 1 deletions
|
@ -786,7 +786,7 @@ def app_install(auth, app, label=None, args=None, no_remove_on_failure=False):
|
|||
os.path.join(extracted_app_folder, 'scripts/remove'),
|
||||
args=[app_instance_name], env=env_dict_remove, user="root",
|
||||
journal = Journal(
|
||||
["remove", app_instance_name, "failed install"],
|
||||
["remove", app_instance_name, "failed_install"],
|
||||
"app", args=[app_instance_name], env=env_dict_remove,
|
||||
),
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue