mirror of
https://github.com/bitwarden/server.git
synced 2025-04-06 13:38:13 -05:00
commenting out the lines that are breaking the self-host install/update (#1789)
This commit is contained in:
parent
735f58dd6f
commit
f1e084445e
@ -190,10 +190,12 @@ function updateDatabase() {
|
|||||||
function updatebw() {
|
function updatebw() {
|
||||||
CORE_ID=$(docker-compose ps -q admin)
|
CORE_ID=$(docker-compose ps -q admin)
|
||||||
WEB_ID=$(docker-compose ps -q web)
|
WEB_ID=$(docker-compose ps -q web)
|
||||||
KEYCONNECTOR_ID=$(docker-compose ps -q key-connector)
|
#KEYCONNECTOR_ID=$(docker-compose ps -q key-connector)
|
||||||
|
#if docker inspect --format='{{.Config.Image}}:' $CORE_ID | grep -F ":$COREVERSION:" | grep -q ":[0-9.]*:$" &&
|
||||||
|
# docker inspect --format='{{.Config.Image}}:' $WEB_ID | grep -F ":$WEBVERSION:" | grep -q ":[0-9.]*:$" &&
|
||||||
|
# docker inspect --format='{{.Config.Image}}:' $KEYCONNECTOR_ID | grep -F ":$KEYCONNECTORVERSION:" | grep -q ":[0-9.]*:$"
|
||||||
if docker inspect --format='{{.Config.Image}}:' $CORE_ID | grep -F ":$COREVERSION:" | grep -q ":[0-9.]*:$" &&
|
if docker inspect --format='{{.Config.Image}}:' $CORE_ID | grep -F ":$COREVERSION:" | grep -q ":[0-9.]*:$" &&
|
||||||
docker inspect --format='{{.Config.Image}}:' $WEB_ID | grep -F ":$WEBVERSION:" | grep -q ":[0-9.]*:$" &&
|
docker inspect --format='{{.Config.Image}}:' $WEB_ID | grep -F ":$WEBVERSION:" | grep -q ":[0-9.]*:$"
|
||||||
docker inspect --format='{{.Config.Image}}:' $KEYCONNECTOR_ID | grep -F ":$KEYCONNECTORVERSION:" | grep -q ":[0-9.]*:$"
|
|
||||||
then
|
then
|
||||||
echo "Update not needed"
|
echo "Update not needed"
|
||||||
exit
|
exit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user