diff --git a/internal/api/config_handlers.go b/internal/api/config_handlers.go index 6e45a58..6108741 100644 --- a/internal/api/config_handlers.go +++ b/internal/api/config_handlers.go @@ -3712,7 +3712,7 @@ if [ "$TEMP_MONITORING_AVAILABLE" = true ] && [ "$PULSE_IS_CONTAINERIZED" = true INSTALL_STATUS=$? if [ -n "$INSTALL_OUTPUT" ]; then - echo "$INSTALL_OUTPUT" | grep -E "✓|⚠️|ERROR" || true + echo "$INSTALL_OUTPUT" fi if [ $INSTALL_STATUS -eq 0 ]; then