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