From b019f225eee887b307957a5d2df6b2e662f7bd89 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Fri, 15 Oct 2021 20:19:08 +0200 Subject: [PATCH] don't update Bitwarden for now (#2117) * don't update Bitwarden for now * SC --- nextcloud_update.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/nextcloud_update.sh b/nextcloud_update.sh index bcbc9b02..9a0e28ce 100644 --- a/nextcloud_update.sh +++ b/nextcloud_update.sh @@ -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