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:
parent
6d8e37ebf6
commit
360be1245f
@ -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
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user