Unverified Commit b25c853b by Christian Brauner Committed by GitHub

Merge pull request #1879 from jordemort/lxc-execute-config-define-load

Call lxc_config_define_load from lxc_execute again
parents b4819bd8 baebdaf9
......@@ -168,6 +168,12 @@ int main(int argc, char *argv[])
}
}
ret = lxc_config_define_load(&defines, c->lxc_conf);
if (ret) {
lxc_container_put(c);
exit(EXIT_FAILURE);
}
if (my_args.uid)
c->lxc_conf->init_uid = my_args.uid;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment