mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 16:12:49 -05:00
adding core version number in output for CS (#1051)
This commit is contained in:
@ -19,11 +19,6 @@ https://bitwarden.com, https://github.com/bitwarden
|
||||
|
||||
EOF
|
||||
|
||||
docker --version
|
||||
docker-compose --version
|
||||
|
||||
echo ""
|
||||
|
||||
# Setup
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
@ -40,6 +35,12 @@ GITHUB_BASE_URL="https://raw.githubusercontent.com/bitwarden/server/master"
|
||||
COREVERSION="1.38.2"
|
||||
WEBVERSION="2.17.1"
|
||||
|
||||
echo "bitwarden.sh version $COREVERSION"
|
||||
docker --version
|
||||
docker-compose --version
|
||||
|
||||
echo ""
|
||||
|
||||
# Functions
|
||||
|
||||
function downloadSelf() {
|
||||
|
Reference in New Issue
Block a user