1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-22 02:51:33 +01:00

Fix command name for renewcert (from renewcrt) (#1128)

Command name should match the help page and list commands output. Also fixed help site link.
This commit is contained in:
Chad Scharf 2021-02-02 09:23:38 -05:00 committed by GitHub
parent 6d8e37ebf6
commit 360be1245f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,7 @@ renewcert
rebuild
help
See more at https://help.bitwarden.com/article/install-on-premise/#script-commands
See more at https://bitwarden.com/help/article/install-on-premise/#script-commands
EOT
}
@ -135,7 +135,7 @@ case $1 in
checkOutputDirExists
$SCRIPTS_DIR/run.sh stop $OUTPUT $COREVERSION $WEBVERSION
;;
"renewcrt")
"renewcert")
checkOutputDirExists
$SCRIPTS_DIR/run.sh renewcert $OUTPUT $COREVERSION $WEBVERSION
;;