We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd624bd commit 4ba5a58Copy full SHA for 4ba5a58
pkg/cidata/cidata.TEMPLATE.d/boot/40-install-containerd.sh
@@ -43,7 +43,7 @@ EOF
43
if command -v selinuxenabled >/dev/null 2>&1 && selinuxenabled; then
44
selinux=1
45
fi
46
- if [ ! -e "/home/${LIMA_CIDATA_USER}}}.linux/.config/systemd/user/containerd.service" ]; then
+ if [ ! -e "/home/${LIMA_CIDATA_USER}.linux/.config/systemd/user/containerd.service" ]; then
47
until [ -e "/run/user/${LIMA_CIDATA_UID}/systemd/private" ]; do sleep 3; done
48
if [ -n "$selinux" ]; then
49
echo "Temporarily disabling SELinux, during installing containerd units"
0 commit comments