jisti fix bug
This commit is contained in:
parent
bf6e26fc14
commit
4e284edbbf
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue