mirror of
https://github.com/Yamato-Security/WELA.git
synced 2026-01-23 16:33:32 +01:00
chore: update WELA.ps1 to display release version in output
This commit is contained in:
4
WELA.ps1
4
WELA.ps1
@@ -5965,7 +5965,6 @@ $logo = @"
|
||||
┗┓┏┓┏┫┗━━┫┗━┛┃┏━┓┃
|
||||
┗┛┗┛┗━━━┻━━━┻┛ ┗┛
|
||||
by Yamato Security
|
||||
WELA v2.0.0 - CODE BLUE Release
|
||||
"@
|
||||
|
||||
$usage = @"
|
||||
@@ -5982,6 +5981,9 @@ Usage:
|
||||
|
||||
[Console]::OutputEncoding = [System.Text.Encoding]::UTF8
|
||||
Write-Host $logo -ForegroundColor Green
|
||||
Write-Host ""
|
||||
Write-Host "WELA v2.0.0 - CODE BLUE Release"
|
||||
Write-Host ""
|
||||
|
||||
switch ($Cmd.ToLower()) {
|
||||
"audit-settings" {
|
||||
|
||||
Reference in New Issue
Block a user