From 812ba57d18d6e3388fc4ac721872e2bf18d954ed Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Wed, 10 Apr 2019 15:03:40 +0100 Subject: [PATCH] OK dialog --- home.admin/05hardwareTest.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/home.admin/05hardwareTest.sh b/home.admin/05hardwareTest.sh index 9308a057f..307cc2023 100755 --- a/home.admin/05hardwareTest.sh +++ b/home.admin/05hardwareTest.sh @@ -67,5 +67,9 @@ if [ ${showHeatImproveInfo} -gt 0 ]; then fi if [ ${showPowerImproveInfo} -eq 0 ] && [ ${showHeatImproveInfo} -eq 0 ]; then - echo "TODO: Tell user everything is OK" + dialog --backtitle "RaspiBlitz - Hardware Check" --msgbox " +RaspiBlitz hardware setup looks OK :) +Your good to continue - have fun ... + +" 7 65 fi \ No newline at end of file