mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 00:52:49 -05:00
missing comma
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
param (
|
param (
|
||||||
[switch] $install,
|
[switch] $install,
|
||||||
[switch] $run,
|
[switch] $run,
|
||||||
[switch] $restart
|
[switch] $restart,
|
||||||
[switch] $stop,
|
[switch] $stop,
|
||||||
[switch] $update,
|
[switch] $update,
|
||||||
[switch] $updatedb,
|
[switch] $updatedb,
|
||||||
|
Reference in New Issue
Block a user