We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e99bdc commit 4e3f26cCopy full SHA for 4e3f26c
nextcloud_update.sh
@@ -339,6 +339,10 @@ then
339
# Hold veracrypt if installed since unmounting all drives, updating and mounting them again is not feasible
340
# If you desperately need the update, you can do so manually
341
apt-mark hold veracrypt
342
+
343
+ # Also do not restart services automatically when running apt-get dist-upgrade later on
344
+ # As this otherwise restarts the veracrypt automount service and unmounts all drives unexpectedly
345
+ export NEEDRESTART_MODE=l
346
fi
347
348
# Enter maintenance:mode
0 commit comments