Skip to content
Snippets Groups Projects
Commit 03cd9ad4 authored by Thomas Juerges's avatar Thomas Juerges
Browse files

L2SS-225: Remove extra output of images

parent c8cca2ff
No related branches found
No related tags found
1 merge request!41L2SS-225: Fix rebuild_system_from_scratch.sh to also function on CentOS7
...@@ -53,10 +53,7 @@ function remove_images() ...@@ -53,10 +53,7 @@ function remove_images()
if [ ${#images} -eq 0 ]; then if [ ${#images} -eq 0 ]; then
echo -e "\tThere are no images to delete." echo -e "\tThere are no images to delete."
else else
echo -e "\tWill now delete the following Docker images:" echo -e "\tWill now delete the Docker images:"
for image in ${images}; do
printf "\t\t%s\n" ${image}
done
docker rmi -f ${images} docker rmi -f ${images}
fi fi
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment