From 67e6ac6ad4a295ad81c6dddde8328d30c2b33a3d Mon Sep 17 00:00:00 2001 From: nono Date: Sun, 14 Jun 2026 12:42:02 +0000 Subject: [PATCH] Update update-docker.sh --- update-docker.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/update-docker.sh b/update-docker.sh index 2d8fb6f..f443be8 100644 --- a/update-docker.sh +++ b/update-docker.sh @@ -16,6 +16,4 @@ docker system prune -a -f # Show running containers echo -e "\n>>> Current running Docker containers:...\n" -docker ps - -echo -e "\n>>> Maintenance complete....\n" +docker ps \ No newline at end of file