pipe everything to NO_LOG

This commit is contained in:
Tobias Powalowski 2024-07-10 21:19:14 +02:00
parent 32104e50ac
commit e896457052

View file

@ -128,7 +128,7 @@ if [[ "${_TTY}" = "tty1" ]] ; then
fi
# start bottom on VC6
while [[ "${_TTY}" = "tty6" ]] ; do
if command -v btm 2>"${_NO_LOG}"; then
if command -v btm &>"${_NO_LOG}"; then
btm --battery
else
break