mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-31 20:04:45 +00:00
Merge pull request #1355 from freeipa/fix_container_tee_message
infra/image/shcontainer: Fix log message in container_tee
This commit is contained in:
@@ -204,8 +204,8 @@ container_tee() {
|
|||||||
local destination=${2}
|
local destination=${2}
|
||||||
tmpfile=$(mktemp /tmp/container-temp.XXXXXX)
|
tmpfile=$(mktemp /tmp/container-temp.XXXXXX)
|
||||||
|
|
||||||
log info "= Creating ${name}:${filename} from stdin ="
|
log info "= Creating ${name}:${destination} from stdin ="
|
||||||
cat - > ${tmpfile}
|
cat - > "${tmpfile}"
|
||||||
podman cp "${tmpfile}" "${name}:${destination}"
|
podman cp "${tmpfile}" "${name}:${destination}"
|
||||||
rm "${tmpfile}"
|
rm "${tmpfile}"
|
||||||
echo
|
echo
|
||||||
|
|||||||
Reference in New Issue
Block a user