log to tty11 to see progress

This commit is contained in:
Tobias Powalowski 2024-07-18 11:47:18 +02:00
parent 486b21660b
commit 3ca32fd76e

View file

@ -163,7 +163,7 @@ sleep 10
_run_test "none tracked files in /usr/lib... this takes a while"
for i in $(fd -u -E '/modules/' -E '/udev/' -E 'gconv-modules.cache' -E 'locale-archive' . /usr/lib); do
#shellcheck disable=SC2086
pacman -Qo ${i} &>"${_NO_LOG}" || echo ${i} >> pacman-error.log
pacman -Qo ${i} &>"${_LOG}" || echo ${i} >> pacman-error.log
done
_result pacman-error.log
echo -e "Starting pacman database check in \e[1m10\e[m seconds... \e[1;92mCTRL-C\e[m to stop now."