better message

This commit is contained in:
Heavybullets8 2022-08-09 22:12:15 -06:00
parent 9c1258e02e
commit e331dc2deb

View File

@ -83,7 +83,7 @@ do
title title
if ! k3s crictl exec -it "$container_id" /bin/bash ; then if ! k3s crictl exec -it "$container_id" /bin/bash ; then
k3s crictl exec -it "$container_id" /bin/sh || echo "This application does not accept shell access apparently" k3s crictl exec -it "$container_id" /bin/sh || echo "This container does not accept shell access, try a different one."
fi fi
break break
;; ;;