mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-19 22:50:35 +03:00
admin install: Ensure /ostree is initialized first
https://bugzilla.gnome.org/show_bug.cgi?id=692008
This commit is contained in:
parent
341923b928
commit
13aefbc096
@ -96,6 +96,9 @@ ot_admin_builtin_install (int argc, char **argv, OtAdminBuiltinOpts *admin_opts,
|
||||
goto out;
|
||||
}
|
||||
|
||||
if (!ot_admin_ensure_initialized (admin_opts->ostree_dir, cancellable, error))
|
||||
goto out;
|
||||
|
||||
self->loop = g_main_loop_new (NULL, TRUE);
|
||||
|
||||
keyfile_arg = argv[1];
|
||||
|
Loading…
x
Reference in New Issue
Block a user