1
0
Fork 0

containerctl: Silence tee error messages

Signed-off-by: Enno Tensing <tenno@suij.in>
This commit is contained in:
Enno Tensing 2025-08-11 17:52:13 +02:00
parent b3fe3b8a10
commit 9805419555
Signed by: tenno
GPG key ID: 95265603BD36E66C

View file

@ -46,7 +46,7 @@ get_python_path()
log_error()
{
printf '[%b] (EE) %b\n' "${TODAY}" "${@}" | tee -a "${LOG}"
printf '[%b] (EE) %b\n' "${TODAY}" "${@}" | tee -a "${LOG}" 2> /dev/null
}
list_containers()