mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
There is a race here in waiting for snapd to finish this task, since the nested tooling will wait for snapd to be seeded, but this task runs immediately after seeding is done, so we may execute the code before the task is actually done executing. Signed-off-by: Ian Johnson <ian.johnson@canonical.com>