replace /dev/null with _NO_LOG

This commit is contained in:
Tobias Powalowski 2023-01-16 07:00:05 +01:00
parent 40972246c1
commit 7f116cfa8a

View file

@ -9,7 +9,7 @@ if grep -qw archboot /etc/hostname; then
else
_DESTDIR="/"
fi
_NO_LOG=""${_NO_LOG}""
_NO_LOG="/dev/null"
if pgrep -x Xorg &>"${_NO_LOG}"; then
_LOG="/dev/tty8"
else