Variable correction

This commit is contained in:
camoy 2024-08-15 17:06:35 -07:00
parent 81165abc8d
commit a2075b9d24

View File

@ -29,7 +29,7 @@ Get-Content -Path .\license.txt | Out-Host -Paging
Write-Host "If you [A]ccept, connect a keyboard and type A."
Write-Host "If you [R]eject, connect a keyboard and type R."
$vSCRejectTOS = Read-Host "A / R?"
if ($vSCNextHopUserResponse -contains "R")
if ($vSCRejectTOS -contains "R")
{
Write-Host "You have rejected the software license. The Sweetcade installer will now exit."
}