mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
don't update Bitwarden for now (#2117)
* don't update Bitwarden for now * SC
This commit is contained in:
parent
0a0c8eaf5a
commit
b019f225ee
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user