mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
Fix REad-Host Prompt message for FFU selecion
This commit is contained in:
@@ -3029,7 +3029,7 @@ Function New-DeploymentUSB {
|
|||||||
|
|
||||||
}
|
}
|
||||||
#$inputChoice = Read-Host "Enter the number corresponding to the FFU file you want to copy or 'A' to copy all FFU files"
|
#$inputChoice = Read-Host "Enter the number corresponding to the FFU file you want to copy or 'A' to copy all FFU files"
|
||||||
$inputChoice = $(Write-Host "Enter the number corresponding to the external hard disk media drive you want to use: " -ForegroundColor DarkYellow -NoNewline; Read-Host)
|
$inputChoice = $(Write-Host "Enter the number corresponding to the FFU file you want to copy or 'A' to copy all FFU files: " -ForegroundColor DarkYellow -NoNewline; Read-Host)
|
||||||
|
|
||||||
Write-Host "You selected FFU: $inputChoice"
|
Write-Host "You selected FFU: $inputChoice"
|
||||||
WriteLog "You selected FFU: $inputChoice"
|
WriteLog "You selected FFU: $inputChoice"
|
||||||
@@ -3066,7 +3066,7 @@ Function New-DeploymentUSB {
|
|||||||
else{
|
else{
|
||||||
#No correct input for FFU selection, so prompt again and repeat Checks.
|
#No correct input for FFU selection, so prompt again and repeat Checks.
|
||||||
Write-Host "Invalid FFU Number. Please try again."
|
Write-Host "Invalid FFU Number. Please try again."
|
||||||
$inputChoice = $(Write-Host "Enter the number corresponding to the external hard disk media drive you want to use: " -ForegroundColor DarkYellow -NoNewline; Read-Host)
|
$inputChoice = $(Write-Host "Enter the number corresponding to the FFU file you want to copy or 'A' to copy all FFU files: " -ForegroundColor DarkYellow -NoNewline; Read-Host)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
WriteLog "$SelectedFFUFile was selected"
|
WriteLog "$SelectedFFUFile was selected"
|
||||||
|
|||||||
Reference in New Issue
Block a user