From aada5e4a26633e6cf35b388b8645a7acc76f3d12 Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Wed, 10 Apr 2019 04:11:09 +0100 Subject: [PATCH] fix screen messup --- home.admin/_bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/_bootstrap.sh b/home.admin/_bootstrap.sh index ef4b16810..07f7c2f05 100644 --- a/home.admin/_bootstrap.sh +++ b/home.admin/_bootstrap.sh @@ -431,7 +431,7 @@ sudo fbi -a -T 1 -d /dev/fb1 --noverbose /home/admin/raspiblitz/pictures/logoras sudo /home/admin/config.scripts/blitz.stresstest.sh /home/admin/stresstest.report # remove logo from LCD -sudo killall -3 fbi 1>/dev/null 2>/dev/null +sudo killall -3 fbi echo "DONE BOOTSTRAP" >> $logFile exit 0 \ No newline at end of file