mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 00:22:50 -05:00
fix formatting
This commit is contained in:
@ -182,7 +182,7 @@ function Restart {
|
||||
Print-Environment
|
||||
}
|
||||
|
||||
function certRestart {
|
||||
function Cert-Restart {
|
||||
Docker-Compose-Down
|
||||
Docker-Compose-Pull
|
||||
Force-Update-Lets-Encrypt
|
||||
@ -216,7 +216,7 @@ elseif ($stop) {
|
||||
Docker-Compose-Down
|
||||
}
|
||||
elseif ($renewcert) {
|
||||
certRestart
|
||||
Cert-Restart
|
||||
}
|
||||
elseif ($updateconf) {
|
||||
Docker-Compose-Down
|
||||
|
Reference in New Issue
Block a user