From d53d34e11558c20b214eef3907757d7ce6dc4051 Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Mon, 10 Feb 2020 15:24:01 +0300 Subject: [PATCH] remove extra lines --- images/win/scripts/Installers/Install-Firefox.ps1 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/images/win/scripts/Installers/Install-Firefox.ps1 b/images/win/scripts/Installers/Install-Firefox.ps1 index d818b28b..6ba79f09 100644 --- a/images/win/scripts/Installers/Install-Firefox.ps1 +++ b/images/win/scripts/Installers/Install-Firefox.ps1 @@ -63,8 +63,4 @@ Remove-Item -Path $DestFile -Force Write-Host "Setting the environment variables" Add-MachinePathItem -PathItem $FireFoxDriverPath -$regEnvKey = 'HKLM:\SYSTEM\CurrentControlSet\Control\Session Manager\Environment\' -$PathValue = Get-ItemPropertyValue -Path $regEnvKey -Name 'Path' -$PathValue += ";$FireFoxDriverPath" -Set-ItemProperty -Path $regEnvKey -Name 'Path' -Value $PathValue exit 0 \ No newline at end of file