mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 16:12:49 -05:00
sql backups
This commit is contained in:
@ -8,6 +8,8 @@ param (
|
||||
[string] $output = ""
|
||||
)
|
||||
|
||||
$year = (Get-Date).year
|
||||
|
||||
Write-Host @'
|
||||
_ _ _ _
|
||||
| |__ (_) |___ ____ _ _ __ __| | ___ _ __
|
||||
@ -18,7 +20,7 @@ Write-Host @'
|
||||
|
||||
Write-Host "
|
||||
Open source password management solutions
|
||||
Copyright 2015-${(Get-Date).year}, 8bit Solutions LLC
|
||||
Copyright 2015-${year}, 8bit Solutions LLC
|
||||
https://bitwarden.com, https://github.com/bitwarden
|
||||
"
|
||||
|
||||
|
Reference in New Issue
Block a user