Variable correction
This commit is contained in:
parent
81165abc8d
commit
a2075b9d24
@ -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."
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user