mirror of
https://github.com/bitwarden/server
synced 2025-12-10 05:13:48 +00:00
updatedb fix
This commit is contained in:
@@ -62,7 +62,7 @@ then
|
||||
elif [ "$1" == "stop" ]
|
||||
then
|
||||
dockerComposeDown
|
||||
elif [ "$1" == "upadtedb" ]
|
||||
elif [ "$1" == "updatedb" ]
|
||||
then
|
||||
updateDatabase
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user