diff --git a/functions/cmd_to_container.sh b/functions/cmd_to_container.sh index 24492c91..9b3f128d 100644 --- a/functions/cmd_to_container.sh +++ b/functions/cmd_to_container.sh @@ -83,7 +83,7 @@ do title 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 break ;;