From 66da879e54d40370a69e5b5b44f739c1348d7845 Mon Sep 17 00:00:00 2001 From: casjay Date: Thu, 13 Oct 2022 16:12:59 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/entrypoint-podman.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/entrypoint-podman.sh b/bin/entrypoint-podman.sh index ebae035..605e858 100755 --- a/bin/entrypoint-podman.sh +++ b/bin/entrypoint-podman.sh @@ -172,7 +172,7 @@ podman | docker) *) # Execute primary command if [ $# -eq 0 ]; then - podman info + podman-tui exit ${exitCode:-$?} else __exec_command "$@"