mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
Improve script output readability
Adds a blank line after each application installation command. This visually separates the output for each app, making the logs easier to read in the terminal.
This commit is contained in:
@@ -52,5 +52,6 @@ foreach ($appFolder in Get-ChildItem -Path $basePath -Directory) {
|
||||
# Output and execute the command
|
||||
Write-Output $dismCommand
|
||||
Invoke-Expression -Command $dismCommand
|
||||
Write-Output ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user