mirror of
https://github.com/bitwarden/server.git
synced 2025-04-06 21:48:12 -05: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
|
rebuild
|
||||||
help
|
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
|
EOT
|
||||||
}
|
}
|
||||||
@ -135,7 +135,7 @@ case $1 in
|
|||||||
checkOutputDirExists
|
checkOutputDirExists
|
||||||
$SCRIPTS_DIR/run.sh stop $OUTPUT $COREVERSION $WEBVERSION
|
$SCRIPTS_DIR/run.sh stop $OUTPUT $COREVERSION $WEBVERSION
|
||||||
;;
|
;;
|
||||||
"renewcrt")
|
"renewcert")
|
||||||
checkOutputDirExists
|
checkOutputDirExists
|
||||||
$SCRIPTS_DIR/run.sh renewcert $OUTPUT $COREVERSION $WEBVERSION
|
$SCRIPTS_DIR/run.sh renewcert $OUTPUT $COREVERSION $WEBVERSION
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user