From 03cd9ad4cf03af38a7ed0da1eaeb57a1e6273a94 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20J=C3=BCrges?=
 <4-jurges@users.noreply.git.astron.nl>
Date: Fri, 28 May 2021 13:14:21 +0000
Subject: [PATCH] L2SS-225: Remove extra output of images

---
 bootstrap/sbin/rebuild_system_from_scratch.sh | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/bootstrap/sbin/rebuild_system_from_scratch.sh b/bootstrap/sbin/rebuild_system_from_scratch.sh
index 31fa2e8f4..8335ba864 100755
--- a/bootstrap/sbin/rebuild_system_from_scratch.sh
+++ b/bootstrap/sbin/rebuild_system_from_scratch.sh
@@ -53,10 +53,7 @@ function remove_images()
     if [ ${#images} -eq 0 ]; then
         echo -e "\tThere are no images to delete."
     else
-        echo -e "\tWill now delete the following Docker images:"
-        for image in ${images}; do
-            printf "\t\t%s\n" ${image}
-        done
+        echo -e "\tWill now delete the Docker images:"
         docker rmi -f ${images}
     fi
 }
-- 
GitLab