From 0b3b87374232b1b01a37bb1401be2a87aa277220 Mon Sep 17 00:00:00 2001 From: Raeanne Marks <49501794+raeanne-marks@users.noreply.github.com> Date: Thu, 19 Mar 2020 16:47:47 -0700 Subject: [PATCH] Fix bad quote --- .../microsoft-defender-atp/linux-static-proxy-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/linux-static-proxy-configuration.md b/windows/security/threat-protection/microsoft-defender-atp/linux-static-proxy-configuration.md index d6d6b74b9d..25cfa9557d 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/linux-static-proxy-configuration.md +++ b/windows/security/threat-protection/microsoft-defender-atp/linux-static-proxy-configuration.md @@ -62,7 +62,7 @@ Note that installation and uninstallation will not necessarily fail if a proxy i After installation, the `HTTPS_PROXY` environment variable must be defined in the Microsoft Defender ATP service file. To do this, open `/lib/systemd/system/mdatp.service` in a text editor while running as the root user. You can then propagate the variable to the service in one of two ways: -- Uncomment the line `#Environment="HTTPS_PROXY=http://address:port”` and specify your static proxy address. +- Uncomment the line `#Environment="HTTPS_PROXY=http://address:port"` and specify your static proxy address. - Add a line `EnvironmentFile=/path/to/env/file`. This path can point to `/etc/environment` or a custom file, either of which needs to add the following line: