NEEDS_REBOOT can be set by UART config or WiFi fix, so use a generic message that covers both cases. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@@ -474,7 +474,7 @@ print_final_instructions() {
fi
if [[ "$NEEDS_REBOOT" == "true" ]]; then
- print_warning "A reboot is recommended to apply WiFi fixes"
+ print_warning "A reboot is required to apply configuration changes"
read -p "Reboot now? (y/N) " -n 1 -r
echo
if [[ $REPLY =~ ^[Yy]$ ]]; then