jisti fix bug

This commit is contained in:
Gitouche 2021-06-12 21:36:35 +02:00
parent bf6e26fc14
commit 4e284edbbf
1 changed files with 1 additions and 1 deletions

View File

@ -21,5 +21,5 @@ podman unshare rm -rf ~/${confvolume}/
# remove images
for image in ${upstream_images} ; do
podman rmi "$(podman images -a -q -- ${image})" || echo Image ${image} not found.
podman rmi $(podman images -a -q -- ${image}) || echo Image ${image} not found.
done