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