don't update Bitwarden for now (#2117)

* don't update Bitwarden for now

* SC
This commit is contained in:
Daniel Hansson 2021-10-15 20:19:08 +02:00 committed by GitHub
parent 0a0c8eaf5a
commit b019f225ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -504,6 +504,11 @@ fi
# If Watchtower is installed, but Bitwarden is missing, then let watchtower do its thing
# If Watchtower is installed together with Bitwarden, then remove Watchtower and run updates
# individually depending on which docker containers that exist.
# Don't update until https://github.com/bitwarden/server/issues/1638 is fixed.
if [[ 1 -eq 2 ]]
then
if is_docker_running
then
# To fix https://github.com/nextcloud/vm/issues/1459 we need to remove Watchtower
@ -574,6 +579,9 @@ $DOCKER_RUN_OUTPUT"
docker_update_specific 'plex' "Plex Media Server"
fi
### end of Bitwarden update
fi
# Cleanup un-used packages
apt-get autoremove -y
apt-get autoclean