From 89dbfcb99684334ba3d1d40bc3337d3e2ce9cf2a Mon Sep 17 00:00:00 2001 From: Job79 Date: Sun, 29 Sep 2024 16:52:32 +0200 Subject: [PATCH] feat: add container update message --- enter.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/enter.sh b/enter.sh index 20a47cb..bff20d6 100755 --- a/enter.sh +++ b/enter.sh @@ -86,6 +86,7 @@ podman pull -q "$image" 1>/dev/null if [ "$(podman image inspect "$image" -f {{.Id}})" != "$iid" ]; then # When container is stopped and a newer image is available, # recreate the container instead of starting the existing one. + echo "container has been updated" podman_delete podman_run else