Update update-docker.sh

This commit is contained in:
2026-06-14 12:42:02 +00:00
parent 8759be4e43
commit 67e6ac6ad4
-2
View File
@@ -17,5 +17,3 @@ docker system prune -a -f
# Show running containers # Show running containers
echo -e "\n>>> Current running Docker containers:...\n" echo -e "\n>>> Current running Docker containers:...\n"
docker ps docker ps
echo -e "\n>>> Maintenance complete....\n"