diff --git a/scripts/bitwarden.ps1 b/scripts/bitwarden.ps1 index 4ec76df960..cf493451c9 100644 --- a/scripts/bitwarden.ps1 +++ b/scripts/bitwarden.ps1 @@ -1,7 +1,7 @@ param ( [switch] $install, [switch] $run, - [switch] $restart + [switch] $restart, [switch] $stop, [switch] $update, [switch] $updatedb,