Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions nextcloud_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,11 @@ then
# Hold veracrypt if installed since unmounting all drives, updating and mounting them again is not feasible
# If you desperately need the update, you can do so manually
apt-mark hold veracrypt

# Also do not restart services automatically when running apt-get dist-upgrade later on
# As this otherwise restarts the veracrypt automount service and unmounts all drives unexpectedly
export NEEDRESTART_MODE=l
export NEEDRESTART_SUSPEND=1
fi

# Enter maintenance:mode
Expand Down