Call lxc_config_define_load from lxc_execute again

parent 546d4469
......@@ -168,6 +168,9 @@ int main(int argc, char *argv[])
}
}
if (lxc_config_define_load(&defines, c->lxc_conf))
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