mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-22 06:50:47 +03:00
core: Don't silence output of ostree-run-triggers
We want to see which triggers are being run by default.
This commit is contained in:
parent
4d59080f46
commit
ee98a0b4f7
@ -91,7 +91,7 @@ ostree_run_triggers_in_root (GFile *root,
|
||||
|
||||
if (!g_spawn_sync (NULL, (char**)argv->pdata,
|
||||
(char**) ostree_get_sysroot_environ (),
|
||||
G_SPAWN_SEARCH_PATH | G_SPAWN_STDOUT_TO_DEV_NULL,
|
||||
G_SPAWN_SEARCH_PATH,
|
||||
NULL, NULL, NULL, NULL, &estatus, error))
|
||||
goto out;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user