1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 00:22:50 -05:00

fix formatting

This commit is contained in:
Kyle Spearrin
2020-06-17 09:12:01 -04:00
parent 5977803e3b
commit b105dad56e
2 changed files with 13 additions and 13 deletions

View File

@ -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