enhance: improve service recovery feedback in installation script

Add clearer messaging when service recovery succeeds to provide better user feedback during installation process.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
courtmanr@gmail.com
2025-05-31 14:22:56 +01:00
parent fc218ea893
commit e8812aca2d
+1
View File
@@ -1891,6 +1891,7 @@ EOF
# Try to fix common issues and restart
if validate_service_configuration && systemctl start "$SERVICE_NAME" >/dev/null 2>&1; then
print_success "Service recovered successfully after fixing configuration issues."
print_info "Pulse service is now running normally."
return 0
else
print_error "Automatic recovery failed."