utils: kata-manager: Force containerd sym link creation

For consistency with the rest of the script force the creation of a
symbolic link for containerd in `kata-manager.sh`.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
James O. D. Hunt 2022-02-15 14:02:17 +00:00
parent 4755d004a7
commit c464f32676

View File

@ -378,7 +378,7 @@ install_containerd()
sudo tar -C /usr/local -xvf "${file}"
sudo ln -s /usr/local/bin/ctr "${link_dir}"
sudo ln -sf /usr/local/bin/ctr "${link_dir}"
info "$project installed\n"
}