mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-24 22:43:05 +00:00
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:
parent
4755d004a7
commit
c464f32676
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user