mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 16:42:50 -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:
@ -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
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user