containerctl: Silence tee error messages
Signed-off-by: Enno Tensing <tenno@suij.in>
This commit is contained in:
parent
b3fe3b8a10
commit
9805419555
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ get_python_path()
|
||||||
|
|
||||||
log_error()
|
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()
|
list_containers()
|
||||||
|
|
Loading…
Add table
Reference in a new issue